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 Need to add -EB for ASFLAGS as well. ...



details:   https://anonhg.NetBSD.org/src/rev/79f79dbbefff
branches:  trunk
changeset: 499962:79f79dbbefff
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Dec 02 20:27:37 2000 +0000

description:
Need to add -EB for ASFLAGS as well.  Don't use -EB in LINKFLAGS but add
-EB to LD so that libkern/libcompat get it as well.

diffstat:

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

diffs (21 lines):

diff -r 921186e24f04 -r 79f79dbbefff sys/arch/sgimips/conf/Makefile.sgimips
--- a/sys/arch/sgimips/conf/Makefile.sgimips    Sat Dec 02 19:34:54 2000 +0000
+++ b/sys/arch/sgimips/conf/Makefile.sgimips    Sat Dec 02 20:27:37 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.sgimips,v 1.2 2000/12/02 06:23:48 matt Exp $
+#      $NetBSD: Makefile.sgimips,v 1.3 2000/12/02 20:27:37 matt Exp $
 
 # Makefile for NetBSD
 #
@@ -60,9 +60,10 @@
 GP?=           -G 0
 CFLAGS=                ${DEBUG} ${COPTS} ${CWARNFLAGS} ${GP} \
                -mno-abicalls -mno-half-pic -EB
-AFLAGS=                -x assembler-with-cpp -traditional-cpp -D_LOCORE
+AFLAGS=                -x assembler-with-cpp -traditional-cpp -D_LOCORE -EB
 LINKFLAGS=     -T ${MIPS}/conf/kern.ldscript.be -Ttext ${TEXTADDR} \
                -e start ${GP}
+LD+=           -EB
 STRIPFLAGS=    -g -X -x
 
 %INCLUDES



Home | Main Index | Thread Index | Old Index