diff options
| author | christos <christos@NetBSD.org> | 2013-05-06 22:49:10 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2013-05-06 22:49:10 +0000 |
| commit | 843fdff5d9df13e6581f658fd3c600c4dfd9c3a5 (patch) | |
| tree | e7943be69624102f447cc7ef2ed03c6e3cccc7fd /libexec | |
| parent | 607374f2231257f3b4b181fcb3b4babb6dd83e77 (diff) | |
don't overwrite COPTS
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.elf_so/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.elf_so/Makefile b/libexec/ld.elf_so/Makefile index c028e1a825d..4129ae4ad9b 100644 --- a/libexec/ld.elf_so/Makefile +++ b/libexec/ld.elf_so/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.117 2013/05/03 15:52:31 matt Exp $ +# $NetBSD: Makefile,v 1.118 2013/05/06 22:49:10 christos Exp $ # # NOTE: when changing ld.so, ensure that ldd still compiles. # @@ -97,7 +97,7 @@ CPPFLAGS+= -DCOMBRELOC CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libexecinfo .endif #DBG= -g -COPTS= -O3 -fomit-frame-pointer +COPTS+= -O3 -fomit-frame-pointer .if ${LDELFSO_MACHINE_ARCH} == "i386" || ${LDELFSO_MACHINE_ARCH} == "x86_64" COPTS+= -mno-3dnow -mno-mmx -mno-sse -mno-sse2 -mno-sse3 |
