Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/csu/sparc64 revert the previous. it didn't help and was...



details:   https://anonhg.NetBSD.org/src/rev/4dd773e13196
branches:  trunk
changeset: 767356:4dd773e13196
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jul 16 23:07:50 2011 +0000

description:
revert the previous.  it didn't help and wasn't the problem anyway.

diffstat:

 lib/csu/sparc64/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (19 lines):

diff -r 0ea7fcfac23e -r 4dd773e13196 lib/csu/sparc64/Makefile
--- a/lib/csu/sparc64/Makefile  Sat Jul 16 22:41:59 2011 +0000
+++ b/lib/csu/sparc64/Makefile  Sat Jul 16 23:07:50 2011 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index