commit | c5a37255493a3a8bf527534c8700dd73bd591fc7 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Thu Jul 17 17:16:44 2008 +0200 |
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | Thu Jul 17 17:22:09 2008 +0200 |
tree | 0fd33e3933180295678c41cf1b18bf2774650e27 | |
parent | 7337194f708bac977511c7890d7038ded187041a [diff] |
[S390] Increase default warning stacksize. Compiling a kernel with allmodconfig or allyesconfig results in tons of gcc warnings, because the default maximum stacksize from which on gcc will emit a warning is just 256 bytes. Increase this to 2048, so these warnings don't distract from the real warnings that we need to watch at. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>