CT: Minor problem compiling gcc 3.4.3

Martin Egholm Nielsen martin@egholm-nielsen.dk
Thu Mar 10 09:51:00 GMT 2005


>> ...  I decided to build a gcc-3.4.3-glibc-2.2.5.
>>
>> Just one thing came up hindering this:
>> In 
>> "build/powerpc-405-linux-gnu/gcc-3.4.3-glibc-2.2.5/build-gcc/gcc/libgcc.mk" 
>> there were a (two) silly statement like:
>>
>> "if [ -f libgcc_s_nof.so.1 ]; then mv -f libgcc_s_nof.so.1 
>> libgcc_s_nof.so.1.`basename `; else true; fi && mv 
>> libgcc_s_nof.so.1.tmp libgcc_s_nof.so.1"
>>
>> The empty `basename ` faults, hence compilation stops. So I replaced 
>> this with "tmp" instead - inspired by the next command.
>> Although it does not make much sense to rename back and forth...
>>
>> Any comments?
> You need to look at the code that generates libgcc.mk,
> and see why it's generating a bad script...

Sure... but thats a toughy! :-)

// Martin


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com



More information about the crossgcc mailing list