forked from Imagelibrary/rtems
Patch from David Fiddes <D.J.Fiddes@hw.ac.uk> to make ASFLAGS include the
CPU_ASFLAGS.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user