This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
fixing vs WARN_CFLAGS vs cross builds
- From: DJ Delorie <dj at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 29 Mar 2004 16:12:02 -0500
- Subject: fixing vs WARN_CFLAGS vs cross builds
I'm trying to cross-build a native DJGPP. It tries to build fixinc,
but uses "gcc" as the compiler. It passes a full WARN_CFLAGS, which
includes options that the system gcc doesn't understand, and so fails.
Should we just not pass WARN_CFLAGS when cross compiling that way?