2
0
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:
Toon Knapen
2002-01-25 14:24:41 +00:00
parent 87868f55d1
commit 861443d067
2 changed files with 7 additions and 1 deletions

View File

@@ -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) ; }
}
}
}

View File

@@ -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",