2006-10-10 01:17:38 +05:30
|
|
|
# ==========================================================================
|
|
|
|
# Build system
|
|
|
|
# ==========================================================================
|
|
|
|
|
2007-07-24 02:35:06 +05:30
|
|
|
# -mpreferred-stack-boundary=2 is essential in preventing gcc 4.2.x
|
|
|
|
# from aligning stack to 16 bytes. (Which is gcc's way of supporting SSE).
|
2007-01-23 17:09:13 +05:30
|
|
|
CFLAGS += $(call cc-option,-march=i386 -mpreferred-stack-boundary=2,)
|