Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib Remove "-Wa, -xgot" hack from DBG flag for broken obj...
details: https://anonhg.NetBSD.org/src/rev/dd65b7f5d110
branches: trunk
changeset: 542533:dd65b7f5d110
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Feb 01 05:00:17 2003 +0000
description:
Remove "-Wa,-xgot" hack from DBG flag for broken objcopy-crunchide
that has been fixed by simonb.
diffstat:
distrib/arc/ramdisk/Makefile | 4 ++--
distrib/newsmips/floppies/ramdisk/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 1d0f880eee71 -r dd65b7f5d110 distrib/arc/ramdisk/Makefile
--- a/distrib/arc/ramdisk/Makefile Sat Feb 01 03:25:00 2003 +0000
+++ b/distrib/arc/ramdisk/Makefile Sat Feb 01 05:00:17 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/01/22 21:16:32 jdolecek Exp $
+# $NetBSD: Makefile,v 1.12 2003/02/01 05:00:17 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,7 +8,7 @@
MAKEFS_FLAGS= -f 15
WARNS= 1
-DBG= -Os -mmemcpy -Wa,-xgot # XXX -xgot workaround for objcopy-crunchide
+DBG= -Os -mmemcpy
CRUNCHBIN= ramdiskbin
CRUNCHGEN_FLAGS= -d "${DBG}"
diff -r 1d0f880eee71 -r dd65b7f5d110 distrib/newsmips/floppies/ramdisk/Makefile
--- a/distrib/newsmips/floppies/ramdisk/Makefile Sat Feb 01 03:25:00 2003 +0000
+++ b/distrib/newsmips/floppies/ramdisk/Makefile Sat Feb 01 05:00:17 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2002/05/02 18:02:46 lukem Exp $
+# $NetBSD: Makefile,v 1.25 2003/02/01 05:00:17 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,7 +8,7 @@
MAKEFS_FLAGS= -f 15
WARNS= 1
-DBG= -Os -mmemcpy -Wa,-xgot # XXX -xgot workaround for objcopy-crunchide
+DBG= -Os -mmemcpy
CRUNCHBIN= ramdiskbin
CRUNCHGEN_FLAGS= -d "${DBG}"
Home |
Main Index |
Thread Index |
Old Index