From 8d42f86b146871ae4c4cafd3801a85f381249a14 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 27 Dec 2006 04:35:04 +0000 Subject: Correcting branch name to be like previous ones --- 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..595868ec5 --- /dev/null +++ b/arch/i386/Makefile @@ -0,0 +1,5 @@ +# ========================================================================== +# Build system +# ========================================================================== + +CFLAGS += -march=i386 -mpreferred-stack-boundary=2 -- cgit v1.2.3-55-g6feb