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]

Re: bootstrap/7237: HP/UX 10.20 compile problems, e.g, STAGE1_CFLAGS not overriden


It is very tricky to redefine STAGE1_CFLAGS.  The best way to do the
initial build using the HP ansi compiler is to export CC as follows:

export CC="cc -Ae"

or for a 64-bit build under HP-UX 11,

export CC="cc -Ae +DA2.0W"

This should be done before configure is run.  Don't mess with
CFLAGS, STAGE1_CFLAGS or BOOT_CFLAGS.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7237




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