Module Name: src
Committed By: christos
Date: Sun Apr 25 23:42:08 UTC 2021
Modified Files:
src/sys/arch/pmax/stand: Makefile.booters
Log Message:
Handle mipsn64
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/pmax/stand/Makefile.booters
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/pmax/stand/Makefile.booters
diff -u src/sys/arch/pmax/stand/Makefile.booters:1.64 src/sys/arch/pmax/stand/Makefile.booters:1.65
--- src/sys/arch/pmax/stand/Makefile.booters:1.64 Tue Jan 1 14:41:04 2019
+++ src/sys/arch/pmax/stand/Makefile.booters Sun Apr 25 19:42:08 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.64 2019/01/01 19:41:04 christos Exp $
+# $NetBSD: Makefile.booters,v 1.65 2021/04/25 23:42:08 christos Exp $
NOMAN= # defined
NOPIE= # defined
@@ -29,7 +29,7 @@ CFLAGS+= -Wall -Wmissing-prototypes -Wst
CFLAGS+= -Werror
LDBUG= -T $S/arch/mips/conf/stand.ldscript
-.if ${MACHINE_ARCH} == "mips64el"
+.if !empty(MACHINE_ARCH:Mmips*64el)
AFLAGS+= -mips3 -mabi=32
CFLAGS+= -mips3 -mabi=32
LDBUG+= -m elf32ltsmip