blob: e6c99c67d8afcfdd0b0f688691e27ea2589e3e21 [file] [log] [blame]
Denis Vlasenkoda8f43f2006-10-09 19:47:38 +00001# ==========================================================================
2# Build system
3# ==========================================================================
4
Denis Vlasenko65b8cfb2007-07-23 21:05:06 +00005# -mpreferred-stack-boundary=2 is essential in preventing gcc 4.2.x
6# from aligning stack to 16 bytes. (Which is gcc's way of supporting SSE).
Bernhard Reutner-Fischer82f87882007-01-23 11:39:13 +00007CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)