diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-24 23:38:10 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-24 23:38:10 +0000 |
commit | ad1d6390cd05d399cf86863f6d442ae227fad0e8 (patch) | |
tree | 05c33b26daf82c473a51cbde6f429846b9f1697b /libexec/ld.so/Makefile | |
parent | 24d8d22b131acbe0503d42fb2aa5fe261ba0a99d (diff) |
sparc64 needs slightly different flags.
Diffstat (limited to 'libexec/ld.so/Makefile')
-rw-r--r-- | libexec/ld.so/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ld.so/Makefile b/libexec/ld.so/Makefile index a4b5421c003..1cd4d64b682 100644 --- a/libexec/ld.so/Makefile +++ b/libexec/ld.so/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2001/09/23 02:24:07 drahn Exp $ +# $OpenBSD: Makefile,v 1.10 2001/09/24 23:38:09 art Exp $ SUBDIR=libdl ldconfig ldd VPATH=${.CURDIR}/../../lib/libc/string:${.CURDIR}/../../sys/lib/libsa @@ -10,8 +10,8 @@ OBJS+= strchr.o PROG= ld.so MAN= ld.so.8 .if (${MACHINE_ARCH} == "sparc64") -CFLAGS += -fPIC -msoft-float -AFLAGS += -fPIC +CFLAGS += -fpic -msoft-float +AFLAGS += -fpic .endif .if (${MACHINE_ARCH} == "powerpc") CFLAGS += -fpic -msoft-float |