busybox: remove i386-specific build flags
[openwrt/staging/luka.git] / package / utils / busybox / patches / 111-i386_no_arch_flags.patch
1 --- a/arch/i386/Makefile
2 +++ /dev/null
3 @@ -1,7 +0,0 @@
4 -# ==========================================================================
5 -# Build system
6 -# ==========================================================================
7 -
8 -# -mpreferred-stack-boundary=2 is essential in preventing gcc 4.2.x
9 -# from aligning stack to 16 bytes. (Which is gcc's way of supporting SSE).
10 -CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)