This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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: [RFC] GDB64 on PPC64 - tclsh does not compile 64bit


I set CFLAGS=-m64 LDFLAGS=-m64 ./configure .... while configuring. The
above patch fixes this problem.

This is the problem, you should configure with:


CC='gcc -m64' .../configure

Andrew



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