This is the mail archive of the gcc@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]

Re: how to generate 64 bit relocations with gcc 3.3.3


"åç(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


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