configure: Add -mstackrealign flags to CFLAGS on OS/2
authorKO Myung-Hun <komh@chollian.net>
Sun, 22 May 2016 08:44:49 +0000 (17:44 +0900)
committerKO Myung-Hun <komh@chollian.net>
Sun, 22 May 2016 09:11:59 +0000 (18:11 +0900)
commit72e332f767a2278860633c5b66b02efab143116a
treedcaf8fe3dcd911246b726f069611124ca859778e
parent14e8adea3c01c0217e6e6ae38abaf33203af291d
configure: Add -mstackrealign flags to CFLAGS on OS/2

Many codes require -mstackrealign flags. Although -mstackrealign has
been already added to CFLAGS of some modules, SIGSEGV occurs in other
modules than those modules.

The best way may be to find causes and to fix them. However, we
cannot know those causes until SIGSEGV occur really. In addition, if
SIGSEGV occurs in other programs, it will be fatal.

So adding -mstackrealign flags to CFLAGS unconditionally is
reasonable.

Change-Id: I999ef597a6afe97f5e7cc7bffaa866537c3eedd2
build/make/Makefile