Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2019 17:17:21 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org
Subject:   svn commit: r353799 - releng/12.1
Message-ID:  <201910211717.x9LHHLRd034346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910211717.x9LHHLRd034346>