@ -20,11 +20,9 @@ patch fixes all of them I found.
cflags.SH | 2 +-
cflags.SH | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/Configure b/Configure
index fad1c9f2b1..706c0b64ed 100755
--- a/Configure
--- a/Configure
+++ b/Configure
+++ b/Configure
@@ -4701,7 +4701 ,7 @@ else
@@ -4689,7 +4689 ,7 @@ else
fi
fi
$rm -f try try.*
$rm -f try try.*
case "$gccversion" in
case "$gccversion" in
@ -33,7 +31,7 @@ index fad1c9f2b1..706c0b64ed 100755
esac
esac
case "$gccversion" in
case "$gccversion" in
'') gccosandvers='' ;;
'') gccosandvers='' ;;
@@ -4741,7 +4741 ,7 @@ esac
@@ -4729,7 +4729 ,7 @@ esac
# gcc 3.* complain about adding -Idirectories that they already know about,
# gcc 3.* complain about adding -Idirectories that they already know about,
# so we will take those off from locincpth.
# so we will take those off from locincpth.
case "$gccversion" in
case "$gccversion" in
@ -42,7 +40,7 @@ index fad1c9f2b1..706c0b64ed 100755
echo "main(){}">try.c
echo "main(){}">try.c
for incdir in $locincpth; do
for incdir in $locincpth; do
warn=`$cc $ccflags -I$incdir -c try.c 2>&1 | \
warn=`$cc $ccflags -I$incdir -c try.c 2>&1 | \
@@ -5467,13 +5467 ,13 @@ fi
@@ -5455,13 +5455 ,13 @@ fi
case "$hint" in
case "$hint" in
default|recommended)
default|recommended)
case "$gccversion" in
case "$gccversion" in
@ -58,7 +56,7 @@ index fad1c9f2b1..706c0b64ed 100755
$contains _POSIX_VERSION $usrinc/sys/unistd.h >/dev/null 2>&1
$contains _POSIX_VERSION $usrinc/sys/unistd.h >/dev/null 2>&1
then
then
# Interactive Systems (ISC) POSIX mode.
# Interactive Systems (ISC) POSIX mode.
@@ -5482,7 +5482 ,7 @@ default|recommended)
@@ -5470,7 +5470 ,7 @@ default|recommended)
;;
;;
esac
esac
case "$gccversion" in
case "$gccversion" in
@ -67,7 +65,7 @@ index fad1c9f2b1..706c0b64ed 100755
2.[0-8]*) ;;
2.[0-8]*) ;;
?*) set strict-aliasing -fno-strict-aliasing
?*) set strict-aliasing -fno-strict-aliasing
eval $checkccflag
eval $checkccflag
@@ -5600,7 +5600 ,7 @@ case "$cppflags" in
@@ -5588,7 +5588 ,7 @@ case "$cppflags" in
;;
;;
esac
esac
case "$gccversion" in
case "$gccversion" in
@ -76,7 +74,7 @@ index fad1c9f2b1..706c0b64ed 100755
esac
esac
case "$mips_type" in
case "$mips_type" in
'');;
'');;
@@ -23103,7 +23103 ,7 @@ fi
@@ -22957,7 +22957 ,7 @@ fi
: add -D_FORTIFY_SOURCE if feasible and not already there
: add -D_FORTIFY_SOURCE if feasible and not already there
case "$gccversion" in
case "$gccversion" in
@ -85,8 +83,6 @@ index fad1c9f2b1..706c0b64ed 100755
*-O*) case "$ccflags$cppsymbols" in
*-O*) case "$ccflags$cppsymbols" in
*_FORTIFY_SOURCE=*) # Don't add it again.
*_FORTIFY_SOURCE=*) # Don't add it again.
echo "You seem to have -D_FORTIFY_SOURCE already, not adding it." >&4
echo "You seem to have -D_FORTIFY_SOURCE already, not adding it." >&4
diff --git a/cflags.SH b/cflags.SH
index e60742fed1..f1bcd6c38e 100755
--- a/cflags.SH
--- a/cflags.SH
+++ b/cflags.SH
+++ b/cflags.SH
@@ -156,7 +156,7 @@ esac
@@ -156,7 +156,7 @@ esac
@ -98,6 +94,3 @@ index e60742fed1..f1bcd6c38e 100755
Intel*) ;; # # Is that you, Intel C++?
Intel*) ;; # # Is that you, Intel C++?
#
#
# NOTE 1: the -std=c89 without -pedantic is a bit pointless.
# NOTE 1: the -std=c89 without -pedantic is a bit pointless.
--
2.17.1