From: Jan Glauber Date: Tue, 15 Mar 2011 16:08:19 +0000 (+0100) Subject: [S390] remove redundant stack check option X-Git-Tag: v2.6.39-rc1~455^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c190da477c9ab167f5bb37414d99ef2063b388a;p=pandora-kernel.git [S390] remove redundant stack check option Newer gcc versions offer an architecture-independent option to check the stack size and warn if it reaches a certain limit. This option already existed for s390 by using -mwarn-dynamicstack. Since one stack check option is enough remove the s390 specific stack check but keep the option that warns about dynamic stack usage because that is not covered by the generic option. Signed-off-by: Jan Glauber Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed