This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15186] -compat-bsd -m64 does not pick up the 64bit libraries
- From: "lloyd at must-have-coffee dot gen dot nz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 May 2004 04:40:01 -0000
- Subject: [Bug target/15186] -compat-bsd -m64 does not pick up the 64bit libraries
- References: <20040428034000.15186.lloyd@must-have-coffee.gen.nz>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From lloyd at must-have-coffee dot gen dot nz 2004-05-03 04:39 -------
(In reply to comment #1)
> Confirmed, the issue is that -compat-bsd comes before -m64.
I'm afraid that's not correct. The spec file doesn't seem to have a way of
determining the order of parameters on the command line. I tested this to be
sure and I can confirm that "-m64 -compat-bsd" works just the same as
"-compat-bsd -m64" (i.e. neither of them work).
Cheers,
Lloyd
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15186