This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/22330] Building a cross linux->win32 incorrectly sets HAVE_GAS_SHF_MERGE true


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]