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/bf337ea073fe
branches: trunk
changeset: 378842:bf337ea073fe
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 c624dc7d93d5 -r bf337ea073fe 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+= ${GP} -mno-abicalls -msoft-floa
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