------- Comment #2 from markus at unixforces dot net  2006-07-10 17:41 -------
I tried this:

$ make LDFLAGS="" LIBPATH="/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.1.1"
BOOT_CFLAGS="-m64 -O2 -pipe -mtune=power3 -mcpu=power3" profiledbootstrap
[...]
make[4]: Entering directory `/root/gcc-4.1.1-temp/build/gcc'
make[4]: `crtend.o' is up to date.
make[4]: `crtbeginS.o' is up to date.
make[4]: `crtendS.o' is up to date.
make[4]: `crtbeginT.o' is up to date.
make[4]: `ecrti.o' is up to date.
make[4]: `ecrtn.o' is up to date.
make[4]: `ncrti.o' is up to date.
make[4]: `ncrtn.o' is up to date.
make[4]: `crtsavres.o' is up to date.
make[4]: Leaving directory `/root/gcc-4.1.1-temp/build/gcc'
./xgcc -B./ -B/usr/powerpc64-unknown-linux-gnu/bin/ -isystem
/usr/powerpc64-unknown-linux-gnu/include -isystem
/usr/powerpc64-unknown-linux-gnu/sys-include
-L/root/gcc-4.1.1-temp/build/gcc/../ld -O2  -O2 -g -O2  -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include  -fPIC -specs=ldblspecs -mno-minimal-toc -g
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I.
-I../../gcc-4.1.1/gcc -I../../gcc-4.1.1/gcc/. -I../../gcc-4.1.1/gcc/../include
-I../../gcc-4.1.1/gcc/../libcpp/include  -fPIC -mstrict-align -DL_muldi3  -c
../../gcc-4.1.1/gcc/libgcc2.c -o libgcc/./_muldi3.o
/tmp/ccCAOUnw.s: Assembler messages:
/tmp/ccCAOUnw.s:71: Warning: Unary operator - ignored because bad operand
follows
/tmp/ccCAOUnw.s:71: Warning: zero assumed for missing expression
/tmp/ccCAOUnw.s:72: Error: Unrecognized opcode: `f'
/tmp/ccCAOUnw.s:76: Error: Unrecognized opcode: `f'
/tmp/ccCAOUnw.s:1160: Error: unassigned file number 2
make[3]: *** [libgcc/./_muldi3.o] Error 1
make[3]: Leaving directory `/root/gcc-4.1.1-temp/build/gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/root/gcc-4.1.1-temp/build/gcc'
make[1]: *** [stageprofile_build] Error 2
make[1]: Leaving directory `/root/gcc-4.1.1-temp/build/gcc'
make: *** [profiledbootstrap] Error 2


and this:
$ make LDFLAGS="" LIBPATH="/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.1.1"
BOOT_CFLAGS="-m64 -O2 -pipe -mtune=power3 -mcpu=power3" bootstrap

last command builds fine. this is a regression then? gcc-3.4 used to build fine
using profiledbootstrap. I have not tried gcc 4.0 IIRC.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28326

Reply via email to