Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/conf Produce elf32 images for mipsn64eb too



details:   https://anonhg.NetBSD.org/src/rev/90a637ee248f
branches:  trunk
changeset: 961964:90a637ee248f
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Apr 26 00:28:01 2021 +0000

description:
Produce elf32 images for mipsn64eb too

diffstat:

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

diffs (18 lines):

diff -r 4cc622cec789 -r 90a637ee248f sys/arch/mips/conf/Makefile.mips
--- a/sys/arch/mips/conf/Makefile.mips  Sun Apr 25 23:58:23 2021 +0000
+++ b/sys/arch/mips/conf/Makefile.mips  Mon Apr 26 00:28:01 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.mips,v 1.71 2021/04/25 23:24:00 christos Exp $
+#      $NetBSD: Makefile.mips,v 1.72 2021/04/26 00:28:01 christos Exp $
 
 # Makefile for NetBSD
 #
@@ -58,7 +58,7 @@
 CFLAGS+=       -msym32 -mabi=64
 AFLAGS+=       -msym32 -mabi=64
 .endif
-.if ${MACHINE_ARCH} == "mips64eb"
+.if !empty(MACHINE_ARCH:Mmips*64eb)
 LDFLAGS+=      -Wl,-m,elf64btsmip
 LINKFORMAT+=   -m elf64btsmip
 SYSTEM_LD_TAIL_EXTRA+= \



Home | Main Index | Thread Index | Old Index