Patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to make ASFLAGS include the

CPU_ASFLAGS.
This commit is contained in:
Joel Sherrill
1998-08-01 14:41:45 +00:00
parent 906577f4f6
commit 8c6e195ae3
2 changed files with 2 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ CPP=$(CC) -E -ansi -w -Wp,-$$
# flags set by cc when running cpp
CPP_CC_FLAGS=-D__STDC__
ASFLAGS=
ASFLAGS= $(CPU_ASFLAGS)
ASM4FLAGS := -I $(PROJECT_INCLUDE)
# egrep regexp to ignore symbol table entries in ar archives.

View File

@@ -158,7 +158,7 @@ CPP=$(CC) -E -ansi -w -Wp,-$$
# flags set by cc when running cpp
CPP_CC_FLAGS=-D__STDC__
ASFLAGS=
ASFLAGS= $(CPU_ASFLAGS)
ASM4FLAGS := -I $(PROJECT_INCLUDE)
# egrep regexp to ignore symbol table entries in ar archives.