This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the EGCS project.
successful build cross and native mingw32-gcc
- To: <gcc@gcc.gnu.org>
- Subject: successful build cross and native mingw32-gcc
- From: "Antonio Mendes de Oliveira Neto" <anmendes@splicenet.com.br>
- Date: Mon, 2 Aug 1999 16:30:57 -0300
cross mingw32
../configure --prefix=/usr/local/cross-mingw32 --host=i586-pc-linux-gnu --ta
rget=i386-pc-mingw32
native mingw32
../configure --prefix=/gcc-mingw32 --host=i386-pc-mingw32 --target=i386-pc-m
ingw32 --build=i586-pc-linux-gnu
thanks