patch-Build_sh 462 B

12345678910
  1. --- mksh.orig/Build.sh 2011-04-14 19:46:02.037662289 +0200
  2. +++ mksh/Build.sh 2011-04-14 19:45:49.357672498 +0200
  3. @@ -816,7 +816,6 @@ if test $ct = gcc; then
  4. # The following tests run with -Werror (gcc only) if possible
  5. NOWARN=$DOWARN; phase=u
  6. ac_flags 1 fnostrictaliasing -fno-strict-aliasing
  7. - ac_flags 1 fstackprotectorall -fstack-protector-all
  8. ac_flags 1 fwrapv -fwrapv
  9. test $cm = combine && ac_flags 0 combine \
  10. '-fwhole-program --combine' \