Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sgimips/stand/boot Link ip2xboot as OMAGIC by -N op...
details: https://anonhg.NetBSD.org/src/rev/9a69e662a5f2
branches: trunk
changeset: 584124:9a69e662a5f2
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri Sep 09 17:27:18 2005 +0000
description:
Link ip2xboot as OMAGIC by -N option for ld(1) as well as ip3xboot.
Tested by sekiya.
diffstat:
sys/arch/sgimips/stand/boot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5fd7157c559e -r 9a69e662a5f2 sys/arch/sgimips/stand/boot/Makefile
--- a/sys/arch/sgimips/stand/boot/Makefile Fri Sep 09 16:26:19 2005 +0000
+++ b/sys/arch/sgimips/stand/boot/Makefile Fri Sep 09 17:27:18 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/04/23 10:47:22 tsutsui Exp $
+# $NetBSD: Makefile,v 1.11 2005/09/09 17:27:18 tsutsui Exp $
PROG= aoutboot
@@ -30,7 +30,7 @@
@${SIZE} ip3xboot
ip2xboot: ${OBJS} ${LIBS}
- ${LD} -Map boot.map -x -Ttext ${LOAD_ADDRESS} ${LDBUG} \
+ ${LD} -Map boot.map -N -x -Ttext ${LOAD_ADDRESS} ${LDBUG} \
-e start -o ip2xboot ${OBJS} ${LIBS}
@${STRIP} -s ip2xboot
@${SIZE} ip2xboot
Home |
Main Index |
Thread Index |
Old Index