Skip site navigation (1)Skip section navigation (2)
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=3D227920

--- 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?=3D${MACHINE_ARCH:S/amd64/x86_64/:C/hf$//:S/mi=
psn32/mips64/}-${MACHINE_ABI}-freebsd12.0
Makefile.inc1:TARGET_TRIPLE?=3D=20=20
${TARGET_ARCH:S/amd64/x86_64/:C/hf$//:S/mipsn32/mips64/}-${TARGET_ABI}-free=
bsd12.0
Makefile.libcompat:LIB32CPUFLAGS=3D  -target mipsel-unknown-freebsd12.0
Makefile.libcompat:LIB32CPUFLAGS=3D  -target mips-unknown-freebsd12.0

(Of course _HOST_OSREL would not be right in all cases.)

--=20
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>