This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: how to generate 64 bit relocations with gcc 3.3.3
- From: Ian Lance Taylor <iant at google dot com>
- To: åç(Zhang Chong) <chongzhangscu at gmail dot com>
- Cc: gcc-help at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Date: Fri, 30 Mar 2012 07:34:21 -0700
- Subject: Re: how to generate 64 bit relocations with gcc 3.3.3
- References: <CAL8oK_ak62+VVmjRx6pVNvf79rktiUe7+AvYBsXab=yKCnf-Sw@mail.gmail.com>
"åç(Zhang Chong)" <chongzhangscu@gmail.com> writes:
> Hi, gcc-help,
Please never send e-mail to both gcc-help@gcc.gnu.org and
gcc@gcc.gnu.org. Please send any followups only to gcc-help. Thanks.
> Can anyone tell me that how to generate only 64bit relocations binary
> with gcc 3.3? Thanks for the help
I don't understand your question. Can you give an example of what you
mean.
Perhaps you mean: can anybody tell you how to generate 64-bit code for
the x86 using gcc 3.3. In GCC this is called x86_64, so the answer is
to configure your compiler for the x86_64 target. See the installation
documentation.
Note that gcc 3.3 is very very old. The current version is 4.7.0.
Ian