diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-11 20:59:02 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-11 20:59:02 +0000 |
commit | 1db39b2f51c2877ad4b5c0094f2e1f8d6449ca91 (patch) | |
tree | c3e9787a51628fbb2314ade4785d7a6d887686e1 /arch/i386 | |
parent | 1114de7219f8e42d6d883c476a9458f637806365 (diff) |
nmeter: new applet. ~4k
Fix build proble on x86_64
Diffstat (limited to 'arch/i386')
-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 b9af293a0..0a235921c 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile @@ -2,4 +2,4 @@ # Build system # ========================================================================== -CPPFLAGS += -march=i386 +CPPFLAGS += -march=i386 -mpreferred-stack-boundary=2 |