From 930b0ee416c9ac44c2f3e3571e237848b2b3b216 Mon Sep 17 00:00:00 2001 From: vda Date: Mon, 9 Oct 2006 19:47:38 +0000 Subject: build system: fix for non-i386 builds git-svn-id: svn://busybox.net/trunk/busybox@16349 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- arch/i386/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 arch/i386/Makefile (limited to 'arch') diff --git a/arch/i386/Makefile b/arch/i386/Makefile new file mode 100644 index 000000000..b9af293a0 --- /dev/null +++ b/arch/i386/Makefile @@ -0,0 +1,5 @@ +# ========================================================================== +# Build system +# ========================================================================== + +CPPFLAGS += -march=i386 -- cgit v1.2.3-55-g6feb