summaryrefslogtreecommitdiff
path: root/libexec/ld.so/sh/Makefile.inc
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2008-04-03 00:13:34 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2008-04-03 00:13:34 +0000
commit5b892253da79d8524725aa72d5356b5024bc70ab (patch)
tree0166f50891b343be238a8f0acfa2845940c104a3 /libexec/ld.so/sh/Makefile.inc
parente02c2236e37cb76bd17eeeb5d8b26e58fa719aef (diff)
Use the libgcc version of these functions, no point in having extra copies.
Diffstat (limited to 'libexec/ld.so/sh/Makefile.inc')
-rw-r--r--libexec/ld.so/sh/Makefile.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/libexec/ld.so/sh/Makefile.inc b/libexec/ld.so/sh/Makefile.inc
index bcbda7d47f9..4dd3fecefd3 100644
--- a/libexec/ld.so/sh/Makefile.inc
+++ b/libexec/ld.so/sh/Makefile.inc
@@ -1,10 +1,9 @@
-# $OpenBSD: Makefile.inc,v 1.3 2007/03/03 19:40:53 drahn Exp $
+# $OpenBSD: Makefile.inc,v 1.4 2008/04/03 00:13:33 drahn Exp $
CFLAGS += -fpic
CFLAGS+=-m4-nofpu
AFLAGS += -D_STANDALONE
AFLAGS += -I${.CURDIR}/../../lib/libc/arch/sh
-SRCS+= udivsi3.S sdivsi3.S
ELF_LDFLAGS+=-z nocombreloc
LIBCSRCDIR=${.CURDIR}/../../lib/libc
-#LDADD= `$(CC) -print-libgcc-file-name`
+LDADD= `$(CC) -print-libgcc-file-name`