From da8f43fd34d59a83ee8314dae5850db95ac1bdad Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 9 Oct 2006 19:47:38 +0000 Subject: build system: fix for non-i386 builds --- arch/i386/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 arch/i386/Makefile (limited to 'arch/i386') 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