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/7a17d697bdee
branches:  trunk
changeset: 542534:7a17d697bdee
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Feb 01 05:03:42 2003 +0000

description:
Remove "-Wa,-xgot" hack from DBG flag for broken objcopy-crunchide
that has been fixed by simonb.

BTW, should we also add "-mmemcpy" here to reduce code size?

diffstat:

 distrib/hpcmips/miniroot/Makefile.inc      |  4 ++--
 distrib/mipsco/ramdisk/Makefile            |  4 ++--
 distrib/playstation2/miniroot/Makefile.inc |  4 ++--
 distrib/pmax/ramdisk/Makefile              |  4 ++--
 distrib/sgimips/ramdisk/Makefile           |  4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diffs (78 lines):

diff -r dd65b7f5d110 -r 7a17d697bdee distrib/hpcmips/miniroot/Makefile.inc
--- a/distrib/hpcmips/miniroot/Makefile.inc     Sat Feb 01 05:00:17 2003 +0000
+++ b/distrib/hpcmips/miniroot/Makefile.inc     Sat Feb 01 05:03:42 2003 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile.inc,v 1.12 2002/10/17 02:05:36 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.13 2003/02/01 05:03:42 tsutsui Exp $
 
-DBG=           -Os -Wa,-xgot # XXX -xgot workaround for objcopy-crunchide
+DBG=           -Os
 
 IMAGESIZE=     4m
 MAKEFS_FLAGS=  -o density=2k
diff -r dd65b7f5d110 -r 7a17d697bdee distrib/mipsco/ramdisk/Makefile
--- a/distrib/mipsco/ramdisk/Makefile   Sat Feb 01 05:00:17 2003 +0000
+++ b/distrib/mipsco/ramdisk/Makefile   Sat Feb 01 05:03:42 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2002/05/02 18:02:42 lukem Exp $
+#      $NetBSD: Makefile,v 1.14 2003/02/01 05:03:42 tsutsui Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -9,7 +9,7 @@
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1
-DBG=           -Os -Wa,-xgot # XXX -xgot workaround for objcopy-crunchide
+DBG=           -Os
 
 CRUNCHBIN=     ramdiskbin
 CRUNCHGEN_FLAGS= -d "${DBG}"
diff -r dd65b7f5d110 -r 7a17d697bdee distrib/playstation2/miniroot/Makefile.inc
--- a/distrib/playstation2/miniroot/Makefile.inc        Sat Feb 01 05:00:17 2003 +0000
+++ b/distrib/playstation2/miniroot/Makefile.inc        Sat Feb 01 05:03:42 2003 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile.inc,v 1.9 2002/10/17 02:05:37 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.10 2003/02/01 05:03:42 tsutsui Exp $
 
-DBG=           -Os -Wa,-xgot # XXX -xgot workaround for objcopy-crunchide
+DBG=           -Os
 
 IMAGESIZE=     5m
 MAKEFS_FLAGS=  -o density=2k
diff -r dd65b7f5d110 -r 7a17d697bdee distrib/pmax/ramdisk/Makefile
--- a/distrib/pmax/ramdisk/Makefile     Sat Feb 01 05:00:17 2003 +0000
+++ b/distrib/pmax/ramdisk/Makefile     Sat Feb 01 05:03:42 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.30 2002/05/02 18:02:48 lukem Exp $
+#      $NetBSD: Makefile,v 1.31 2003/02/01 05:03:43 tsutsui Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -9,7 +9,7 @@
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1
-DBG=           -Os -Wa,-xgot # XXX -xgot workaround for objcopy-crunchide
+DBG=           -Os
 
 CRUNCHBIN=     ramdiskbin
 CRUNCHGEN_FLAGS= -d "${DBG}"
diff -r dd65b7f5d110 -r 7a17d697bdee distrib/sgimips/ramdisk/Makefile
--- a/distrib/sgimips/ramdisk/Makefile  Sat Feb 01 05:00:17 2003 +0000
+++ b/distrib/sgimips/ramdisk/Makefile  Sat Feb 01 05:03:42 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2003/01/14 11:40:31 pooka Exp $
+#      $NetBSD: Makefile,v 1.3 2003/02/01 05:03:43 tsutsui Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -9,7 +9,7 @@
 MAKEFS_FLAGS=  -f 15 -o density=4k
 
 WARNS=         1
-DBG=           -Os -Wa,-xgot # XXX -xgot workaround for objcopy-crunchide
+DBG=           -Os
 
 CRUNCHBIN=     ramdiskbin
 CRUNCHGEN_FLAGS= -d "${DBG}"



Home | Main Index | Thread Index | Old Index