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/10758] bootstrap failure on HP-UX 11.22/IPF


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

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



------- Additional Comments From sebor@roguewave.com  2003-06-09 18:29 -------
With 3.3 I get past the above problems but the bootstrap now fails with the
error below. I used bison 1.875 and m4 1.4.

Martin

...
make GCC_FOR_TARGET=" ./xgcc -B./
-B/build/contrib/gcc-3.3/ia64-hp-hpux11.22/bin/ -isystem
/build/contrib/gcc-3.3/ia64-hp-hpux11.22/include -isystem
/build/contrib/gcc-3.3/ia64-hp-hpux11.22/sys-include" \
  BUILD_PREFIX="" BUILD_PREFIX_1="ignore-" \
  AR_FOR_TARGET="` if [ -f /build/sebor/gcc-build/gcc/../binutils/ar ] ; then
echo /build/sebor/gcc-build/gcc/../binutils/ar ; else if [ "ia64-hp-hpux11.22" =
"ia64-hp-hpux11.22" ] ; then echo ar; else t='s,^,ia64-hp-hpux11.22-,'; echo ar
| sed -e $t ; fi; fi`" \
  AR_CREATE_FOR_TARGET="` if [ -f /build/sebor/gcc-build/gcc/../binutils/ar ] ;
then echo /build/sebor/gcc-build/gcc/../binutils/ar ; else if [
"ia64-hp-hpux11.22" = "ia64-hp-hpux11.22" ] ; then echo ar; else
t='s,^,ia64-hp-hpux11.22-,'; echo ar | sed -e $t ; fi; fi`  rc" \
  AR_FLAGS_FOR_TARGET="" \
  CFLAGS="-g  " \
  RANLIB_FOR_TARGET="` if [ -f /build/sebor/gcc-build/gcc/../binutils/ranlib ] ;
then echo /build/sebor/gcc-build/gcc/../binutils/ranlib ; else if [
"ia64-hp-hpux11.22" = "ia64-hp-hpux11.22" ] ; then echo ranlib; else
t='s,^,ia64-hp-hpux11.22-,'; echo ranlib | sed -e $t ; fi; fi`" \
  RANLIB_TEST_FOR_TARGET="[ -f ` if [ -f
/build/sebor/gcc-build/gcc/../binutils/ranlib ] ; then echo
/build/sebor/gcc-build/gcc/../binutils/ranlib ; else if [ "ia64-hp-hpux11.22" =
"ia64-hp-hpux11.22" ] ; then echo ranlib; else t='s,^,ia64-hp-hpux11.22-,'; echo
ranlib | sed -e $t ; fi; fi` ] || ( [ "ia64-hp-hpux11.22" = "ia64-hp-hpux11.22"
] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" \
  NM_FOR_TARGET="` if [ -f ./nm ] ; then echo ./nm ; elif [ -f
/build/sebor/gcc-build/gcc/../binutils/nm-new ] ; then echo
/build/sebor/gcc-build/gcc/../binutils/nm-new ; else if [ "ia64-hp-hpux11.22" =
"ia64-hp-hpux11.22" ] ; then echo nm; else t='s,^,ia64-hp-hpux11.22-,'; echo nm
| sed -e $t ; fi; fi`" AWK="awk" \
  LIBGCC2_CFLAGS="-O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include   -g  -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED " \
  INCLUDES="-I. -I. -I../../gcc-3.3/gcc -I../../gcc-3.3/gcc/.
-I../../gcc-3.3/gcc/config -I../../gcc-3.3/gcc/../include" \
  CONFIG_H="config.h auto-host.h ../../gcc-3.3/gcc/../include/ansidecl.h
../../gcc-3.3/gcc/config/ia64/ia64.h ../../gcc-3.3/gcc/config/dbxelf.h
../../gcc-3.3/gcc/config/elfos.h ../../gcc-3.3/gcc/config/svr4.h
../../gcc-3.3/gcc/config/ia64/sysv4.h ../../gcc-3.3/gcc/config/ia64/hpux.h
../../gcc-3.3/gcc/config/ia64/hpux_longdouble.h ../../gcc-3.3/gcc/defaults.h
../../gcc-3.3/gcc/defaults.h insn-constants.h insn-flags.h"
MACHMODE_H="machmode.h machmode.def ../../gcc-3.3/gcc/config/ia64/ia64-modes.def" \
  LIB1ASMSRC='ia64/lib1funcs.asm' \
  MAKEOVERRIDES= \
  -f libgcc.mk all
make[3]: Entering directory `/build/sebor/gcc-build/gcc'
for d in libgcc hpux32 libgcc/hpux32 hpux64 libgcc/hpux64; do \
  if [ -d $d ]; then true; else /bin/sh ../../gcc-3.3/gcc/mkinstalldirs $d; fi; \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
./xgcc -B./ -B/build/contrib/gcc-3.3/ia64-hp-hpux11.22/bin/ -isystem
/build/contrib/gcc-3.3/ia64-hp-hpux11.22/include -isystem
/build/contrib/gcc-3.3/ia64-hp-hpux11.22/sys-include -O2  -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include   -g
 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.3/gcc
-I../../gcc-3.3/gcc/. -I../../gcc-3.3/gcc/config -I../../gcc-3.3/gcc/../include
-DL__divtf3 -xassembler-with-cpp -c ../../gcc-3.3/gcc/config/ia64/lib1funcs.asm
-o libgcc/./__divtf3.o
error: invalid switch '-x'
make[3]: *** [libgcc/./__divtf3.o] Error 1
make[3]: Leaving directory `/build/sebor/gcc-build/gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/build/sebor/gcc-build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/build/sebor/gcc-build/gcc'
make: *** [bootstrap] Error 2


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