This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: CT: Minor problem compiling gcc 3.4.3


... 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


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