This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: libgcc move to the top level



Wiadomość napisana w dniu 2007-01-04, o godz15:05, przez Daniel Jacobowitz:


On Thu, Jan 04, 2007 at 01:32:20PM +0100, Andreas Schwab wrote:
Daniel Jacobowitz <drow@false.org> writes:

Hybrid: I configured GCC for every potentially affected target, and
added a rule to gcc/Makefile.in to display the startfiles. I have
bootstrapped powerpc64-linux and x86_64-linux, and run regression tests
(no surprises in either). That is the current limit of my testing; I
can test any additional configurations requested.

Breaks bootstrap on ia64:

G5 Mac OS X Tiger doesn't work as well (!NO "Fink", "Stink", "Ports", "Sorts" or similar i
like REPRODUCIBLE setups...):


checking how to run the C preprocessor... /Users/dalecki/gcc-osx/host- powerpc-apple-darwin8.8.0/gcc/xgcc -B/Users/dalecki/gcc-osx/host- powerpc-apple-darwin8.8.0/gcc/ -B/opt/gcc/powerpc-apple-darwin8.8.0/ bin/ -B/opt/gcc/powerpc-apple-darwin8.8.0/lib/ -isystem /opt/gcc/ powerpc-apple-darwin8.8.0/include -isystem /opt/gcc/powerpc-apple- darwin8.8.0/sys-include -E
checking whether decimal floating point is supported... no
checking for __attribute__((visibility("hidden")))... yes
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: executing default commands
Adding multilib support to Makefile in ../../.././libgcc
with_multisubdir=ppc64
Makefile:141: ../../gcc/libgcc.mvars: No such file or directory
make[2]: *** No rule to make target `../../gcc/libgcc.mvars'. Stop.
make[1]: *** [all-target-libgcc] Error 2
make: *** [all] Error 2


ejb24:~/gcc-osx dalecki$ uname -a
Darwin zzzzzzz.tpnet.pl 8.8.0 Darwin Kernel Version 8.8.0: Fri Sep 8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC Power Macintosh powerpc
ejb24:~/gcc-osx dalecki$


This is how it got configured:

LANG=C  ./configure \
    --prefix=/opt/gcc \
    --with-gmp=/opt \
    --enable-languages=c,c++,objc,obj-c++,treelang \
    --disable-bootstrap \


Marcin Dalecki




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