This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Why isn't ``-milp32'' accepted?
- From: Bruce Korb <bkorb at veritas dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 14 Dec 2004 11:58:19 -0800
- Subject: Why isn't ``-milp32'' accepted?
- Reply-to: bkorb at veritas dot com
Hi,
The command:
> $ gcc -v --help | more
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!!