This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/22330] Building a cross linux->win32 incorrectly sets HAVE_GAS_SHF_MERGE true
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jul 2005 17:19:23 -0000
- Subject: [Bug java/22330] Building a cross linux->win32 incorrectly sets HAVE_GAS_SHF_MERGE true
- References: <20050706210825.22330.ovidr@users.sourceforge.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-07 17:19 -------
We are picking up the wrong as:
cross:
gcc_cv_as=/home/gcc/build/crossgcc/i686-pc-mingw32/bin/as
candian cross:
gcc_cv_as=/usr/bin/as
So that is the problem, could you figure out how to pick up the cross's as for candian cross.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22330