[Bug 227920] [PATCH] fix for Makefile.libcompat to use external cross-compiler

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 14 02:43:22 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227920

--- Comment #10 from Mark Millard <marklmi26-fbsd at yahoo.com> ---
(In reply to Kenneth Salerno from comment #5)

There is a possible future problem with:

+LIB32CFLAGS+=  -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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list