Date: Sat, 12 May 2018 05:04:26 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 227920] [PATCH] fix for Makefile.libcompat to use external cross-compiler Message-ID: <bug-227920-227-QQfYzkNu6A@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-227920-227@https.bugs.freebsd.org/bugzilla/> References: <bug-227920-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227920 --- Comment #8 from Mark Millard <marklmi26-fbsd@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227920-227-QQfYzkNu6A>
