summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2011-07-16 23:07:50 +0000
committermrg <mrg@NetBSD.org>2011-07-16 23:07:50 +0000
commitebfc4d61ef2c40c272450a09051bb7afca6a87cb (patch)
tree78a3ee44c65ec2f5bcbe9b1306025c774c0abc16 /lib
parent2a85f6e52c365db12c38464b65cdd565676dee0c (diff)
revert the previous. it didn't help and wasn't the problem anyway.
Diffstat (limited to 'lib')
-rw-r--r--lib/csu/sparc64/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/csu/sparc64/Makefile b/lib/csu/sparc64/Makefile
index a198fa8e4e1..de19520a8a6 100644
--- a/lib/csu/sparc64/Makefile
+++ b/lib/csu/sparc64/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/07/04 21:54:18 mrg Exp $
+# $NetBSD: Makefile,v 1.8 2011/07/16 23:07:50 mrg Exp $
#Uncomment the next line to enable the new .init fallthru
CPPFLAGS+= -I${.CURDIR}/../sparc_elf
@@ -6,9 +6,3 @@ CPPFLAGS+= -I${.CURDIR}/../sparc_elf
ELFSIZE=64
.include "${.CURDIR}/../common_elf/Makefile.inc"
-
-# XXX something is wrong with the -O2 crt0.o and the code in ___start
-# accesses data outside of the mapped space -> crash
-.if defined(HAVE_GCC) && ${HAVE_GCC} == 45
-DBG+= -O1
-.endif