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 target/15186] -compat-bsd -m64 does not pick up the 64bit libraries


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


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