From 44b2e0d2c971a39d1c668b4a4538944e12d4afff Mon Sep 17 00:00:00 2001 From: vda Date: Wed, 11 Oct 2006 20:59:02 +0000 Subject: nmeter: new applet. ~4k Fix build proble on x86_64 git-svn-id: svn://busybox.net/trunk/busybox@16364 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- arch/i386/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') 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 -- cgit v1.2.3-55-g6feb