- call cc-option to check if the compiler supports the flags we asked to use
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
# Build system
|
||||
# ==========================================================================
|
||||
|
||||
CFLAGS += -march=i386 -mpreferred-stack-boundary=2
|
||||
CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)
|
||||
|
Reference in New Issue
Block a user