diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-06 21:51:59 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-12-06 21:51:59 +0000 |
commit | 013e9de85f9e66610408d04997f8aee6cc8f4193 (patch) | |
tree | 52e0a138c5126a68a14405ab3404c5d42071f6db /arch | |
parent | 182628ecbd9a2b4679f43efbf2bd782ac485cbf1 (diff) | |
download | busybox-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/Makefile | 2 |
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 | ||
5 | CPPFLAGS += -march=i386 -mpreferred-stack-boundary=2 | 5 | CFLAGS += -march=i386 -mpreferred-stack-boundary=2 |