mirror of
https://github.com/boostorg/build.git
synced 2026-02-12 12:02:24 +00:00
added -Ae flag to compile on HP
[SVN r12503]
This commit is contained in:
@@ -721,6 +721,9 @@ else if $(UNIX)
|
||||
RELOCATE ?= true ;
|
||||
|
||||
case HPUX :
|
||||
YACC = ;
|
||||
CFLAGS += -Ae ;
|
||||
CCFLAGS += -Ae ;
|
||||
RANLIB ?= "" ;
|
||||
|
||||
case INTERIX :
|
||||
@@ -2294,4 +2297,4 @@ rule makeSuffixed { $(<[1]) = [ FAppendSuffix $(>) : $(<[2]) ] ; }
|
||||
if $(JAMFILE) { include $(JAMFILE) ; }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -463,6 +463,9 @@ char *jambase[] = {
|
||||
"RANLIB ?= \"\" ;\n",
|
||||
"RELOCATE ?= true ;\n",
|
||||
"case HPUX :\n",
|
||||
"YACC = ;\n",
|
||||
"CFLAGS += -Ae ;\n",
|
||||
"CCFLAGS += -Ae ;\n",
|
||||
"RANLIB ?= \"\" ;\n",
|
||||
"case INTERIX :\n",
|
||||
"CC ?= gcc ;\n",
|
||||
|
||||
Reference in New Issue
Block a user