Source-Changes-HG archive

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

[src/trunk]: src/libexec/ld.elf_so/arch/mips This should use MACHINE_ARCH and...



details:   https://anonhg.NetBSD.org/src/rev/0b5f84de5545
branches:  trunk
changeset: 473571:0b5f84de5545
user:      castor <castor%NetBSD.org@localhost>
date:      Mon Jun 07 18:04:31 1999 +0000

description:
This should use MACHINE_ARCH and test on "mipseb" instead of MACHINE and
"newsmips"

diffstat:

 libexec/ld.elf_so/arch/mips/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 93d61aafec18 -r 0b5f84de5545 libexec/ld.elf_so/arch/mips/Makefile.inc
--- a/libexec/ld.elf_so/arch/mips/Makefile.inc  Mon Jun 07 16:34:04 1999 +0000
+++ b/libexec/ld.elf_so/arch/mips/Makefile.inc  Mon Jun 07 18:04:31 1999 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile.inc,v 1.6 1999/04/16 15:49:20 simonb Exp $
+#      $NetBSD: Makefile.inc,v 1.7 1999/06/07 18:04:31 castor Exp $
 
 SRCS+= rtld_start.S mips_reloc.c
 
 CPPFLAGS+= -mabicalls -G0 -fPIC -DELFSIZE=32 -I${.CURDIR}
 CPPFLAGS+= -DRTLD_INHIBIT_COPY_RELOCS
 
-.if (${MACHINE} == "newsmips")
+.if (${MACHINE_ARCH} == "mipseb")
 # UGH!  ld.so.script specifies little-endian; need to override that here
 LDFLAGS+= -EB
 .endif



Home | Main Index | Thread Index | Old Index