From 8d1ede2697b26880db6e596dac1b0e0b91ffe3b9 Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 30 Apr 2007 19:12:18 +0000 Subject: [PATCH] =?UTF-8?q?do=20not=20=E2=80=9C-fwhole-program=20--combine?= =?UTF-8?q?=E2=80=9D=20since=20it=20at=20least=20breaks=20FORTIFY=5FSOURCE?= =?UTF-8?q?=20on=20SuSE=20and=20causes=20http://bugs.debian.org/cgi-bin/bu?= =?UTF-8?q?greport.cgi=3Fbug=3D408850=20so=20I'll=20assume=20it's=20a=20gc?= =?UTF-8?q?c=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit thanks to Pascal “loki” Bleser (yaloki), darix, Martin Zobel-Helas, Steve Langasek (vorlon) for tracking this bug down in two different instances --- Build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.sh b/Build.sh index c0c7a84..b65bf3b 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $MirOS: src/bin/mksh/Build.sh,v 1.180 2007/04/24 10:44:58 tg Exp $ +# $MirOS: src/bin/mksh/Build.sh,v 1.181 2007/04/30 19:12:18 tg Exp $ #- # Environment used: CC CFLAGS CPP CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS # CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NEED_MKNOD MKSH_NOPWNAM @@ -369,7 +369,7 @@ if test 1 = $HAVE_CAN_FNOTREEVRP; then fi ac_flags 1 fnostrictaliasing "-fno-strict-aliasing" ac_flags 1 fstackprotectorall "-fstack-protector-all" -ac_flags 1 fwholepgm "-fwhole-program --combine" +#ac_flags 1 fwholepgm "-fwhole-program --combine" ac_flags 1 fwrapv "-fwrapv" # I'd use -std=c99 but this wrecks havoc on glibc and cygwin based # systems (at least) because their system headers are so broken...