gdb build using different compiler

Andreas Schwab schwab@suse.de
Tue Mar 9 21:50:00 GMT 2004


Andrew Cagney <cagney@gnu.org> writes:

>> Hi Manoj,
>> 
>>>> How do I build gdb 6.1 using a compiler in /opt/tools/gcc instead of
>>>> /usr/bin/gcc?
>> Put /opt/tools/gcc/bin in your $PATH variable in front of /usr/bin.
>>   PATH=/opt/tools/gcc/bin:$PATH
>>   export PATH
>
> FYI, a possibly better way is:
>
> ( CC=/opt/tools/gcc/bin/gcc ; export CC ; CXX=/opt/tools/gcc/bin/c++ ;
> export CXX ; ..../configure )

Even better:

CC=/opt/tools/gcc/bin/gcc CXX=/opt/tools/gcc/bin/c++ ..../configure

(althought I'm not sure whether the OP not actually wants
CC=/opt/tools/gcc.)

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Gdb mailing list