Denis Vlasenko | da8f43f | 2006-10-09 19:47:38 +0000 | [diff] [blame] | 1 | # ========================================================================== |
| 2 | # Build system |
| 3 | # ========================================================================== |
| 4 | |
Denis Vlasenko | 65b8cfb | 2007-07-23 21:05:06 +0000 | [diff] [blame] | 5 | # -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-Fischer | 82f8788 | 2007-01-23 11:39:13 +0000 | [diff] [blame] | 7 | CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,) |