Author: gjb
Date: Mon Oct 21 17:17:21 2019
New Revision: 353799
URL: https://svnweb.freebsd.org/changeset/base/353799

Log:
  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)

Modified:
  releng/12.1/Makefile.libcompat
Directory Properties:
  releng/12.1/   (props changed)

Modified: releng/12.1/Makefile.libcompat
==============================================================================
--- releng/12.1/Makefile.libcompat      Mon Oct 21 14:38:11 2019        
(r353798)
+++ releng/12.1/Makefile.libcompat      Mon Oct 21 17:17:21 2019        
(r353799)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to