diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-27 04:35:09 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-27 04:35:09 +0000 |
| commit | 7b76233290bd9dead1848f28ed6d0edfcceb8e09 (patch) | |
| tree | b963999fc54eddb65f1929b894f868e24851fc9c /arch | |
Correcting tag name to be like previous ones1_3_0
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..595868ec5 --- /dev/null +++ b/arch/i386/Makefile @@ -0,0 +1,5 @@ +# ========================================================================== +# Build system +# ========================================================================== + +CFLAGS += -march=i386 -mpreferred-stack-boundary=2 |
