This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/7548] gcc3.1.1 can't be bootstraped on HPUX 10.20 using HP compilers
- From: "neroden at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Aug 2003 01:36:59 -0000
- Subject: [Bug bootstrap/7548] gcc3.1.1 can't be bootstraped on HPUX 10.20 using HP compilers
- References: <20020809033600.7548.martin.jost@icn.siemens.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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 neroden at gcc dot gnu dot org 2003-08-05 01:36 -------
STAGE1_CFLAGS will be passed down if it's defined in the environment at the top level.
Hopefully, if I ever manage to move bootstrap to the top level, that whole issue will vanish. :-/
The C++ deprecation issue means that whatever you're building which uses the
deprecated stuff should be updated to *not* use the deprecated stuff; it's not
HPUX-specific.