This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
successful(?) bootstrap on powerpc-unknown-linux-gnu
- From: xmb <xmb at swissonline dot ch>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 24 May 2002 05:30:00 +0200
- Subject: successful(?) bootstrap on powerpc-unknown-linux-gnu
compiled gcc 3.2 via cvs successfully on my 266MHz old world G3 desktop
with 128MB ram running debian 3 SID:
$ uname -a
Linux deb 2.2.19 #1 Sat Apr 14 23:20:24 CDT 2001 ppc unknown
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name Version Description
+++-====================-====================-=============================
===========================
ii binutils 2.12.90.0.7-1 The GNU assembler, linker and
binary utilities.
ii libc6 2.2.5-6 GNU C Library: Shared
libraries and Timezone data
ii libc6-dev 2.2.5-6 GNU C Library: Development
Libraries and Header Files.
$ gcc -v
Reading specs from
/home/xmb/gcc3/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2/specs
Configured with: ./configure --prefix=/home/xmb/gcc3 --enable-threads=posix
--with-cpu=740 --enable-version-specific-runtime-libs
--enable-languages=ada,c,c++,f77,java,objc,proto --enable-nls
--with-system-zlib --enable-long-long --with-included-gettext :
(reconfigured) ./configure --prefix=/home/xmb/gcc3 --enable-threads=posix
--with-cpu=740 --enable-version-specific-runtime-libs
--enable-languages=ada,c,c++,f77,objc,proto --enable-nls --with-system-zlib
--enable-long-long --enable-objc-gc --enable-shared --with-gnu-ld
--with-gnu-as --with-tcl --enable-checking=gc,tree
Thread model: posix
gcc version 3.2 20020518 (experimental)
---
compiled using gcc-2.95.4, with added -O3 and -mcpu=740 flags in the
Makefile:
Reading specs from /usr/lib/gcc-lib/powerpc-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
had this err in bootstrap and install, but gcc works fine (i hope):
make[4]: Entering directory
`/home/xmb/gcc/gcc/powerpc-unknown-linux-gnu/nof/libstdc++-v3'
make[4]: *** No rule to make target `all'. Stop.
make[4]: Leaving directory
`/home/xmb/gcc/gcc/powerpc-unknown-linux-gnu/nof/libstdc++-v3'
make[3]: *** [multi-do] Error 1
make[3]: Leaving directory
`/home/xmb/gcc/gcc/powerpc-unknown-linux-gnu/libstdc++-v3'
make[2]: *** [all-multi] Error 2
make[2]: Leaving directory
`/home/xmb/gcc/gcc/powerpc-unknown-linux-gnu/libstdc++-v3'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/home/xmb/gcc/gcc/powerpc-unknown-linux-gnu/libstdc++-v3'
make: *** [install-target-libstdc++-v3] Error 2
---
./xmb