This is the mail archive of the gcc-bugs@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]

[Bug target/12691] bug building with option with-cpu


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dealer4587 at yahoo dot com  2003-10-20 16:04 -------
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
./xgcc -B./ -B/usr/local/powerpc-ibm-aix4.3.3.0/bin/ -
isystem /usr/local/powerpc-ibm-aix4.3.3.0/include -isystem 
/usr/local/powerpco.....
/tmp//cccqbIfb.s: Assembler messages:
/tmp//cccqbIfb.s:363: Error: Unrecognized opcode: `mulhwu'
make[3]: *** [libgcc/./_muldi3.o] Error 1
make[3]: Leaving directory `/usr/src/gcc-build/gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/usr/src/gcc-build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/usr/src/gcc-build/gcc'
make: *** [bootstrap] Error 2

This occured and I had to modify aix43.h to make it work.


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