Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sgimips/conf Add -EB to make building kernel on LE ...



details:   https://anonhg.NetBSD.org/src/rev/0498aaa44a36
branches:  trunk
changeset: 499934:0498aaa44a36
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Dec 02 06:23:48 2000 +0000

description:
Add -EB to make building kernel on LE systems easier.

diffstat:

 sys/arch/sgimips/conf/Makefile.sgimips |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 12e6d3a81bdf -r 0498aaa44a36 sys/arch/sgimips/conf/Makefile.sgimips
--- a/sys/arch/sgimips/conf/Makefile.sgimips    Sat Dec 02 05:46:46 2000 +0000
+++ b/sys/arch/sgimips/conf/Makefile.sgimips    Sat Dec 02 06:23:48 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.sgimips,v 1.1 2000/06/14 15:45:37 soren Exp $
+#      $NetBSD: Makefile.sgimips,v 1.2 2000/12/02 06:23:48 matt Exp $
 
 # Makefile for NetBSD
 #
@@ -59,7 +59,7 @@
 .endif
 GP?=           -G 0
 CFLAGS=                ${DEBUG} ${COPTS} ${CWARNFLAGS} ${GP} \
-               -mno-abicalls -mno-half-pic
+               -mno-abicalls -mno-half-pic -EB
 AFLAGS=                -x assembler-with-cpp -traditional-cpp -D_LOCORE
 LINKFLAGS=     -T ${MIPS}/conf/kern.ldscript.be -Ttext ${TEXTADDR} \
                -e start ${GP}



Home | Main Index | Thread Index | Old Index