svn commit: r353799 - releng/12.1

Glen Barber gjb at FreeBSD.org
Mon Oct 21 17:17:22 UTC 2019


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


More information about the svn-src-all mailing list