aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-06 21:51:59 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-06 21:51:59 +0000
commitfeea1b972ce25ceb4569e5089a7c0319e5a7d447 (patch)
tree52e0a138c5126a68a14405ab3404c5d42071f6db /arch
parentbc95f579322c8e2286c50443f9ce8c88922c7da5 (diff)
downloadbusybox-feea1b972ce25ceb4569e5089a7c0319e5a7d447.tar.gz
- better distinction between CFLAGS and CPPFLAGS.
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 @@
# Build system
# ==========================================================================
-CPPFLAGS += -march=i386 -mpreferred-stack-boundary=2
+CFLAGS += -march=i386 -mpreferred-stack-boundary=2