[Bug 227920] [PATCH] fix for Makefile.libcompat to use external cross-compiler
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat May 12 05:04:27 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227920
--- Comment #8 from Mark Millard <marklmi26-fbsd at yahoo.com> ---
(In reply to Kenneth Salerno from comment #7)
Yep, I see on looking (using head's /usr/src/ ):
# grep -ir freebsd12 Makefile* share/mk/* | more
Makefile.inc1:MACHINE_TRIPLE?=${MACHINE_ARCH:S/amd64/x86_64/:C/hf$//:S/mipsn32/mips64/}-${MACHINE_ABI}-freebsd12.0
Makefile.inc1:TARGET_TRIPLE?=
${TARGET_ARCH:S/amd64/x86_64/:C/hf$//:S/mipsn32/mips64/}-${TARGET_ABI}-freebsd12.0
Makefile.libcompat:LIB32CPUFLAGS= -target mipsel-unknown-freebsd12.0
Makefile.libcompat:LIB32CPUFLAGS= -target mips-unknown-freebsd12.0
(Of course _HOST_OSREL would not be right in all cases.)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list