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]

bootstrap failure (hppa2.0w-hp-hpux11.11/libiberty/config.h)


Hi!

Bootstrap fails for hppa2.0w-hp-hpux11.11 due to unset  vars:

find . -name '*.h' -exec grep -H HAVE_LIMITS_H {} \;
./hppa2.0w-hp-hpux11.11/libiberty/config.h:/* #undef HAVE_LIMITS_H */
./libiberty/config.h:#define HAVE_LIMITS_H 1
./intl/config.h:#define HAVE_LIMITS_H 1
./gcc/auto-host.h:#define HAVE_LIMITS_H 1

hppa2.0w-hp-hpux11.11/libiberty/config.h seems to be broken.
All symbols are undefined. Was that intended?

A simple
cp ./libiberty/config.h ./hppa2.0w-hp-hpux11.11/libiberty/config.h
resolves the problem and bootsrap completes, leaving me with
a "perfect" compiler - well at least the C-part compiles fine.

Markus



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