summaryrefslogtreecommitdiff
path: root/arch/i386
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2006-12-06 21:51:59 +0000
committerBernhard Reutner-Fischer2006-12-06 21:51:59 +0000
commitfeea1b972ce25ceb4569e5089a7c0319e5a7d447 (patch)
tree52e0a138c5126a68a14405ab3404c5d42071f6db /arch/i386
parentbc95f579322c8e2286c50443f9ce8c88922c7da5 (diff)
downloadbusybox-feea1b972ce25ceb4569e5089a7c0319e5a7d447.zip
busybox-feea1b972ce25ceb4569e5089a7c0319e5a7d447.tar.gz
- better distinction between CFLAGS and CPPFLAGS.
Diffstat (limited to 'arch/i386')
-rw-r--r--arch/i386/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/Makefile b/arch/i386/Makefile
index 0a23592..595868e 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