mingw-gcc port configure problem

Sean McNeil sean at mcneil.com
Wed Nov 12 10:52:10 PST 2003


Hi all,

There is a problem with the way the mingw compiler is configuring.  It
is picking up configuration for the native environment when building the
cross components.  Specifically, the CPUTYPE will get passed on which
can end up being bogus.

I have in my /etc/make.conf the statement

CPUTYPE?=k7

This ends up adding -mcpu=athelon which in turn gets passed on to the
cross.  It should only be used for the native side.

Cheers,
Sean




More information about the freebsd-ports mailing list