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 bootstrap/12848] size of char... configure: error


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

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



------- Additional Comments From caw at gasnaturalban dot com dot ar  2003-11-06 12:10 -------
Subject: Re:  size of char... configure: error



I made the same for gcc 3.3. I copied binutils (2.14.90.0.4) to the top level of
gcc source directory, I made a target directory, then I executed 'configure
--disable-nls' on it. Configure ended OK.

Then I executed 'make bootstrap-lean' and it ended with the following message:

/bin/sh /mnt/dasdc/gcc-3.3/gcc/mkconfig.sh tconfig.h
./xgcc -B./ -B/usr/local/s390-ibm-linux/bin/ -isystem
/usr/local/s390-ibm-linux/include -isystem /usr/local/s390-ibm-linux/sys-include
 -O2 -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include  -I. -I. -I/mnt/dasdc/gcc-3.3/gcc
-I/mnt/dasdc/gcc-3.3/gcc/. -I/mnt/dasdc/gcc-3.3/gcc/config
-I/mnt/dasdc/gcc-3.3/gcc/../include  -g0 -finhibit-size-directive
-fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss
-fno-asynchronous-unwind-tables \
   -c /mnt/dasdc/gcc-3.3/gcc/crtstuff.c -DCRT_BEGIN \
  -o crtbegin.o
Assembler messages:
Error: invalid switch -m31
make[2]: *** [crtbegin.o] Error 1
make[2]: Leaving directory `/mnt/dasdc/gcc-3.3-obj/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/mnt/dasdc/gcc-3.3-obj/gcc'
make: *** [bootstrap-lean] Error 2


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