diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-09 19:47:38 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-09 19:47:38 +0000 |
commit | da8f43fd34d59a83ee8314dae5850db95ac1bdad (patch) | |
tree | fb6e0cd8e8b8fd7341b9a3ceb3970580eed0867c /arch | |
parent | ca3c981c07ade7f8fd50ba4bb452a2fadaddc326 (diff) |
build system: fix for non-i386 builds
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 |