aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-23 11:39:13 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-23 11:39:13 +0000
commitf029b49cc173b30f43ea048eadba362b35d1c5f4 (patch)
treecbccd3103dc783dfd56e9f4c562aec445d650ab6 /arch
parent2bb1a7ef3f06696c1d8a644a58791cf2ea7e03e1 (diff)
downloadbusybox-w32-f029b49cc173b30f43ea048eadba362b35d1c5f4.tar.gz
busybox-w32-f029b49cc173b30f43ea048eadba362b35d1c5f4.tar.bz2
busybox-w32-f029b49cc173b30f43ea048eadba362b35d1c5f4.zip
- 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
Diffstat (limited to 'arch')
-rw-r--r--arch/i386/Makefile2
1 files changed, 1 insertions, 1 deletions
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 @@
2# Build system 2# Build system
3# ========================================================================== 3# ==========================================================================
4 4
5CFLAGS += -march=i386 -mpreferred-stack-boundary=2 5CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)