- call cc-option to check if the compiler supports the flags we asked to use

This commit is contained in:
Bernhard Reutner-Fischer 2007-01-23 11:39:13 +00:00
parent b5bb40f088
commit 82f8788acc
2 changed files with 11 additions and 12 deletions

View file

@ -2,4 +2,4 @@
# Build system
# ==========================================================================
CFLAGS += -march=i386 -mpreferred-stack-boundary=2
CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)