- call cc-option to check if the compiler supports the flags we asked to use
This commit is contained in:
parent
b5bb40f088
commit
82f8788acc
2 changed files with 11 additions and 12 deletions
|
@ -2,4 +2,4 @@
|
|||
# Build system
|
||||
# ==========================================================================
|
||||
|
||||
CFLAGS += -march=i386 -mpreferred-stack-boundary=2
|
||||
CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue