head -r340287 's /usr/src/Makefile.libcompat still lists various LIB32CPUFLAGS= -target *-unknown-freebsd12.0 (not 13.0)

Brooks Davis brooks at freebsd.org
Mon Nov 12 16:55:47 UTC 2018


Fixed in r340371.

Thanks,
Brooks

On Fri, Nov 09, 2018 at 08:27:44PM -0800, Mark Millard via freebsd-toolchain wrote:
> (Leading whitespace might not be preserved.)
> 
> # svnlite diff /usr/src/Makefile.libcompat
> Index: /usr/src/Makefile.libcompat
> ===================================================================
> --- /usr/src/Makefile.libcompat	(revision 340287)
> +++ /usr/src/Makefile.libcompat	(working copy)
> @@ -17,7 +17,7 @@
>  .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-freebsd13.0
>  .endif
>  LIB32CPUFLAGS+=	-m32
>  LIB32WMAKEENV=	MACHINE=i386 MACHINE_ARCH=i386 \
> @@ -49,9 +49,9 @@
>  .endif
>  .else
>  .if ${TARGET_ARCH:Mmips64el*} != ""
> -LIB32CPUFLAGS=  -target mipsel-unknown-freebsd12.0
> +LIB32CPUFLAGS=  -target mipsel-unknown-freebsd13.0
>  .else
> -LIB32CPUFLAGS=  -target mips-unknown-freebsd12.0
> +LIB32CPUFLAGS=  -target mips-unknown-freebsd13.0
>  .endif
>  .endif
>  LIB32CPUFLAGS+= -mabi=32
> 
> 
> ===
> Mark Millard
> marklmi at yahoo.com
> ( dsl-only.net went
> away in early 2018-Mar)
> 
> _______________________________________________
> freebsd-toolchain at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
> To unsubscribe, send any mail to "freebsd-toolchain-unsubscribe at freebsd.org"
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 455 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20181112/a4b12a20/attachment.sig>


More information about the freebsd-current mailing list