aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-12-06 21:51:59 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-12-06 21:51:59 +0000
commit013e9de85f9e66610408d04997f8aee6cc8f4193 (patch)
tree52e0a138c5126a68a14405ab3404c5d42071f6db /arch
parent182628ecbd9a2b4679f43efbf2bd782ac485cbf1 (diff)
downloadbusybox-w32-013e9de85f9e66610408d04997f8aee6cc8f4193.tar.gz
busybox-w32-013e9de85f9e66610408d04997f8aee6cc8f4193.tar.bz2
busybox-w32-013e9de85f9e66610408d04997f8aee6cc8f4193.zip
- better distinction between CFLAGS and CPPFLAGS.
git-svn-id: svn://busybox.net/trunk/busybox@16792 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 0a235921c..595868ec5 100644
--- a/arch/i386/Makefile
+++ b/arch/i386/Makefile
@@ -2,4 +2,4 @@
2# Build system 2# Build system
3# ========================================================================== 3# ==========================================================================
4 4
5CPPFLAGS += -march=i386 -mpreferred-stack-boundary=2 5CFLAGS += -march=i386 -mpreferred-stack-boundary=2