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)
>
> _______________________________________________
> [email protected] mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
> To unsubscribe, send any mail to "[email protected]"
>
signature.asc
Description: PGP signature
