[Bug 206484] powerpc (non-64) -r294201: /usr/src/Makefile.inc1 can try -target on gcc 4.2.1's cpp command lines but it is rejected by cpp
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Mar 10 04:44:24 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206484
Mark Millard <marklmi26-fbsd at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |Overcome By Events
Status|New |Closed
--- Comment #1 from Mark Millard <marklmi26-fbsd at yahoo.com> ---
With head having dropped gcc 4.2.1 and things like
controlling the gcc bootstrap, the details of how
the problem was reached are going away (once 12 and
11 are no longer supported).
But /usr/src/Makefile.inc1 still uses:
CROSSENV+= CC="${XCC} ${XCFLAGS}" CXX="${XCXX} ${XCXXFLAGS} ${XCFLAGS}" \
CPP="${XCPP} ${XCFLAGS}" \
. . .
which still presumes that the C preprocessor involved
will accept all the options that the c compiler would
accept.
But having no alternatives to llvm as what would be
cross built, I doubt head (13 and later) has the issue
any more.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list