diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-06 21:51:59 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-06 21:51:59 +0000 |
commit | feea1b972ce25ceb4569e5089a7c0319e5a7d447 (patch) | |
tree | 52e0a138c5126a68a14405ab3404c5d42071f6db /arch | |
parent | bc95f579322c8e2286c50443f9ce8c88922c7da5 (diff) | |
download | busybox-feea1b972ce25ceb4569e5089a7c0319e5a7d447.tar.gz busybox-feea1b972ce25ceb4569e5089a7c0319e5a7d447.tar.bz2 busybox-feea1b972ce25ceb4569e5089a7c0319e5a7d447.zip |
- better distinction between CFLAGS and CPPFLAGS.
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 @@ # Build system # ========================================================================== -CPPFLAGS += -march=i386 -mpreferred-stack-boundary=2 +CFLAGS += -march=i386 -mpreferred-stack-boundary=2 |