From 3f53a11e190819aa61dd11db4c3dd8eb02e4a2ad Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Mon, 21 Oct 2019 17:17:21 +0000 Subject: [PATCH] MFC r353776 (dim): Follow up on r351916 by also bumping the version suffix to 12.1 in Makefile.libcompat. Approved by: re (kib) Sponsored by: Rubicon Communications, LLC (Netgate) --- Makefile.libcompat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.libcompat b/Makefile.libcompat index 904514a0377..554e99e94cb 100644 --- a/Makefile.libcompat +++ b/Makefile.libcompat @@ -17,7 +17,7 @@ LIB32CPUFLAGS= -march=${TARGET_CPUTYPE} .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-freebsd12.1 .endif LIB32CPUFLAGS+= -m32 LIB32WMAKEENV= MACHINE=i386 MACHINE_ARCH=i386 \ @@ -49,9 +49,9 @@ LIB32CPUFLAGS= -march=${TARGET_CPUTYPE} .endif .else .if ${TARGET_ARCH:Mmips64el*} != "" -LIB32CPUFLAGS= -target mipsel-unknown-freebsd12.0 +LIB32CPUFLAGS= -target mipsel-unknown-freebsd12.1 .else -LIB32CPUFLAGS= -target mips-unknown-freebsd12.0 +LIB32CPUFLAGS= -target mips-unknown-freebsd12.1 .endif .endif LIB32CPUFLAGS+= -mabi=32 -- 2.45.0