mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
Jambase: Restore old ar flags to fix GCC2.
This commit is contained in:
parent
6ce894a916
commit
b3407e33b3
@ -311,7 +311,7 @@ if $(NT) {
|
||||
# General defaults; a lot like UNIX
|
||||
#
|
||||
|
||||
AR ?= ar rD ;
|
||||
AR ?= ar ru ;
|
||||
AS ?= as ;
|
||||
ASFLAGS ?= ;
|
||||
AWK ?= awk ;
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user