Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2019 14:45:19 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r353776 - stable/12
Message-ID:  <201910201445.x9KEjJSf077111@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Sun Oct 20 14:45:19 2019
New Revision: 353776
URL: https://svnweb.freebsd.org/changeset/base/353776

Log:
  Follow up on r351916 by also bumping the version suffix to 12.1 in
  Makefile.libcompat.
  
  Reported by:	Jeremy Cox <jeremy.m.cox@gmail.com>

Modified:
  stable/12/Makefile.libcompat

Modified: stable/12/Makefile.libcompat
==============================================================================
--- stable/12/Makefile.libcompat	Sun Oct 20 14:15:45 2019	(r353775)
+++ stable/12/Makefile.libcompat	Sun Oct 20 14:45:19 2019	(r353776)
@@ -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?201910201445.x9KEjJSf077111>