OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 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,)