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/7548] gcc3.1.1 can't be bootstraped on HPUX 10.20 using HP compilers


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

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



------- Additional Comments From danglin at gcc dot gnu dot org  2003-08-18 16:40 -------
1) fastjar problem: don't build java.  Java is not supported on any PA
   port at this time.  This is because we don't have a libffi port.
   Use `--enable-languages=' to explicitly specify the set of languages
   to build.

   As of 3.4, support for building GCC with a non ANSI compiler has been
   dropped.  Thus, it will no longer be possible to build GCC 3.4 and
   later with the bundled HP C compiler.  However, fastjar requires an
   ANSI compiler to build even in earlier versions of GCC.

2) CFLAGS: don't try to use CFLAGS to specify compiler options (e.g.,
   CFLAGS="+DAportable -Ae +O2").  A better way is to use CC (e.g.,
   CC="cc +DAportable -Ae").  This is the preferred technique as the
   config.guess script uses CC for its guess.  You can also use
   STAGE1_FLAGS to set the CFLAGS for stage1 of the bootstrap.


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