forked from Imagelibrary/rtems
build: Add CPPFLAGS to assembler command line
We use GCC to call the assembler. This means the assembler files are processed by the C preprocessor.
This commit is contained in:
1
wscript
1
wscript
@@ -574,6 +574,7 @@ class ObjectsItem(Item):
|
|||||||
|
|
||||||
def do_build(self, bld, bic):
|
def do_build(self, bld, bic):
|
||||||
bld.objects(
|
bld.objects(
|
||||||
|
asflags=self.data["cppflags"],
|
||||||
cflags=self.data["cflags"],
|
cflags=self.data["cflags"],
|
||||||
cppflags=self.data["cppflags"],
|
cppflags=self.data["cppflags"],
|
||||||
cxxflags=self.data["cxxflags"],
|
cxxflags=self.data["cxxflags"],
|
||||||
|
|||||||
Reference in New Issue
Block a user