Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2018 02:43:20 +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-LSJ54ItqFa@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 #10 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Kenneth Salerno from comment #5)

There is a possible future problem with:

+LIB32CFLAGS+=3D  -target ${TARGET}-unknown-freebsd11.1

in that TARGET is not always the right thing to have a
32 bit variant of TARGET_ARCH, taking an example
(replacing 11.1 with * to avoid being that specific
here as well):

arm64/aarch64 would likely want something like armv7-unknown-freebsd*
if aarch64 ends up with lib32 support.

So more conditional logic might be needed eventually.

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