From f029b49cc173b30f43ea048eadba362b35d1c5f4 Mon Sep 17 00:00:00 2001 From: aldot 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 git-svn-id: svn://busybox.net/trunk/busybox@17486 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- 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-55-g6feb