This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Why isn't ``-milp32'' accepted?
Bruce Korb <bkorb@veritas.com> writes:
> Zack Weinberg wrote:
>> > yields (in part):
>> >
>> >> -milp32|-milp64|-mlp64|-mp64 select data model (default -mlp64)
>> >
>> > Yet:
>> >
>> >> $ gcc -mlp64 -o cfg cfg.c
>> >> cc1: error: invalid option `lp64'
>> >
>> > Oops!!
>>
>> Which target?
>
>> $ uname -a
>> Linux blackbird 2.6.5-7.97-default #1 SMP Fri Jul 2 14:21:59 UTC 2004 \
>> ia64 ia64 ia64 GNU/Linux
>>
>> $ ksh config/config.guess ia64-unknown-linux-gnu
Thanks. I don't have time to fix this bug, or access to the relevant
system, but now at least someone has a chance.
zw