head -r340287 's /usr/src/Makefile.libcompat still lists various LIB32CPUFLAGS= -target *-unknown-freebsd12.0 (not 13.0)
Mark Millard
marklmi at yahoo.com
Sat Nov 10 04:27:51 UTC 2018
(Leading whitespace might not be preserved.)
# svnlite diff /usr/src/Makefile.libcompat
Index: /usr/src/Makefile.libcompat
===================================================================
--- /usr/src/Makefile.libcompat (revision 340287)
+++ /usr/src/Makefile.libcompat (working copy)
@@ -17,7 +17,7 @@
.if ${WANT_COMPILER_TYPE} == gcc || \
(defined(X_COMPILER_TYPE) && ${X_COMPILER_TYPE} == gcc)
.else
-LIB32CPUFLAGS+= -target x86_64-unknown-freebsd12.0
+LIB32CPUFLAGS+= -target x86_64-unknown-freebsd13.0
.endif
LIB32CPUFLAGS+= -m32
LIB32WMAKEENV= MACHINE=i386 MACHINE_ARCH=i386 \
@@ -49,9 +49,9 @@
.endif
.else
.if ${TARGET_ARCH:Mmips64el*} != ""
-LIB32CPUFLAGS= -target mipsel-unknown-freebsd12.0
+LIB32CPUFLAGS= -target mipsel-unknown-freebsd13.0
.else
-LIB32CPUFLAGS= -target mips-unknown-freebsd12.0
+LIB32CPUFLAGS= -target mips-unknown-freebsd13.0
.endif
.endif
LIB32CPUFLAGS+= -mabi=32
===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)
More information about the freebsd-current
mailing list