Date: Wed, 12 Nov 2003 10:52:05 -0800 From: Sean McNeil <sean@mcneil.com> To: ports@FreeBSD.org Subject: mingw-gcc port configure problem Message-ID: <1068663124.92792.3.camel@blue.mcneil.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1068663124.92792.3.camel>