From 82f8788acc1705a735cfa752b3f37b0de32ba390 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 23 Jan 2007 11:39:13 +0000 Subject: - call cc-option to check if the compiler supports the flags we asked to use --- arch/i386/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/i386/Makefile b/arch/i386/Makefile index 595868ec5..385dd52be 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile @@ -2,4 +2,4 @@ # Build system # ========================================================================== -CFLAGS += -march=i386 -mpreferred-stack-boundary=2 +CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,) -- cgit v1.2.3