Jambase: Restore old ar flags to fix GCC2.

This commit is contained in:
Augustin Cavalier 2018-11-25 11:08:39 -05:00
parent 6ce894a916
commit b3407e33b3
2 changed files with 2 additions and 2 deletions

View File

@ -311,7 +311,7 @@ if $(NT) {
# General defaults; a lot like UNIX
#
AR ?= ar rD ;
AR ?= ar ru ;
AS ?= as ;
ASFLAGS ?= ;
AWK ?= awk ;

View File

@ -152,7 +152,7 @@ const char *jambase[] = {
"YACCFILES ?= y.tab ;\n",
"YACCFLAGS ?= -d ;\n",
"}\n",
"AR ?= ar rD ;\n",
"AR ?= ar ru ;\n",
"AS ?= as ;\n",
"ASFLAGS ?= ;\n",
"AWK ?= awk ;\n",