diff options
| author | mycroft <mycroft@NetBSD.org> | 1998-07-25 12:37:27 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1998-07-25 12:37:27 +0000 |
| commit | cfaad53a4ed670154c0b0e15280996d075253bea (patch) | |
| tree | 51b440380e76e3e7f76dc06a29fa0d8900c99919 /libexec | |
| parent | 9535b6c2a32fb888fc7f5a9d2ea5dba673b1fe41 (diff) | |
Remove bogus change to use -O0.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.aout_so/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.aout_so/Makefile b/libexec/ld.aout_so/Makefile index ebd82d7451d..daa3a7fda0c 100644 --- a/libexec/ld.aout_so/Makefile +++ b/libexec/ld.aout_so/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 1998/05/21 00:31:05 tv Exp $ +# $NetBSD: Makefile,v 1.24 1998/07/25 12:37:27 mycroft Exp $ .if (${MACHINE_ARCH} == "i386") || \ (${MACHINE_ARCH} == "m68k") || \ @@ -11,7 +11,7 @@ SRCS= mdprologue.S rtld.c malloc.c shlib.c etc.c md.c vfprintf.c CLIB= ${.CURDIR}/../../../../lib/libc CLIBOBJ!=cd ${CLIB}; \ printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f- -PICFLAG=-fpic -fno-function-cse -O0 +PICFLAG=-fpic -fno-function-cse CPPFLAGS+=$(PICFLAG) -DRTLD -DLIBC_SCCS -I${CLIB}/include ASFLAGS+=-k LDFLAGS+=-Bshareable -Bsymbolic -assert nosymbolic -L${CLIBOBJ} |
