This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Why isn't ``-milp32'' accepted on ia64-linux?
Andrew Pinski wrote:
> Are you sure that this is not the assembler or linker which is
> outputting this message:
> > -milp32|-milp64|-mlp64|-mp64 select data model (default -mlp64)
>
> Because I don't see anything in gcc which could
"sure" as in "certain"? No. It appeared in a "section" of the output
that was titled "IA-64 options:". Paging back up the output gets me
to an invocation that leads me now to suspect it was the assembler:
> Usage: /usr/lib/gcc-lib/ia64-suse-linux/3.3.3/../../../../ia64-suse-linux/bin/as
> [option...] [asmfile...]
> Options:
> .....
It wasn't obvious that the section break did not take me back to gcc help.
Now I see that that must be the case and '-milp32' is really spelled '-Wa,-milp32',
except that:
> Assembler messages:
> FATAL: can't create /home/bkorb/tmp/cc2CaGr1.o: Invalid bfd target
but at least the option is accepted.....
Thank you. :) - Bruce