This is the mail archive of the gdb-prs@sourceware.org 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: Re: sim/2348: Incorrect gcc invocation in "sim/ppc"


The following reply was made to PR sim/2348; it has been noted by GNATS.

From: "Wolfe, Alex" <AWolfe@emdeon.com>
To: "'gdb-gnats@sources.redhat.com'" <gdb-gnats@sources.redhat.com>
Cc:  
Subject: RE: Re: sim/2348: Incorrect gcc invocation in "sim/ppc"
Date: Fri, 26 Oct 2007 10:54:20 -0500

 Additional info:
 
 =20
 
 In sim/ppc the gcc invocation was:
 
 =20
 
 /u/unilocal/bin/gcc -g -O2 -Wl,-bbigtoc -o psim main.o libsim.a
 ../../bfd/libbfd.a ../../libiberty/libiberty.a
 
 Manually running
 
 /u/unilocal/bin/gcc -g -O2 -Wl,-bbigtoc -o psim main.o libsim.a
 ../../bfd/libbfd.a ../../libiberty/libiberty.a =E2=80=93lintl=20
 
 Corrects the problem, building can then resume.
 
 =20
 
 Configure line was:
 
 ./configure =E2=80=93disable-tui
 
 Uname -a:
 
 AIX d-okc1 3 5 00C4835F4C00
 
 =20
 


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