]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2034. [bug] gcc: set -fno-strict-aliasing. [RT #16124]
authorMark Andrews <marka@isc.org>
Fri, 2 Jun 2006 04:53:13 +0000 (04:53 +0000)
committerMark Andrews <marka@isc.org>
Fri, 2 Jun 2006 04:53:13 +0000 (04:53 +0000)
CHANGES
configure
configure.in
lib/bind/configure
lib/bind/configure.in

diff --git a/CHANGES b/CHANGES
index 79bfeea67992cdc939055d40b3eaa6f3210370c5..d109d535782ecc0146c9f3c037c63505c0f08e76 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2034.  [bug]           gcc: set -fno-strict-aliasing. [RT #16124]
+
 
        --- 9.3.3b1 released ---
 
index cc3b5d58d72ad7a645acf36e7b02516d83c808ff..c42eadd89e440fca6cbc39f6a03aed6b50ab4fc9 100755 (executable)
--- a/configure
+++ b/configure
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 #
-# $Id: configure,v 1.284.2.19.2.55 2006/03/06 01:11:48 marka Exp $
+# $Id: configure,v 1.284.2.19.2.56 2006/06/02 04:53:11 marka Exp $
 #
 # Portions Copyright (C) 1996-2001  Nominum, Inc.
 #
@@ -29,7 +29,7 @@
 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# From configure.in Revision: 1.294.2.23.2.60 .
+# From configure.in Revision: 1.294.2.23.2.61 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -7466,7 +7466,7 @@ MKDEPCFLAGS="-M"
 IRIX_DNSSEC_WARNINGS_HACK=""
 
 if test "X$GCC" = "Xyes"; then
-       STD_CWARNINGS="$STD_CWARNINGS -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith"
+       STD_CWARNINGS="$STD_CWARNINGS -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing"
        case "$host" in
        *-hp-hpux*)
                LDFLAGS="-Wl,+vnocompatwarnings $LDFLAGS"
index 439a15ea1baa44cf98275b212f2b561e08320f39..e7cb309750596c944e7500cd8be6ed0b1e22ebe5 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.294.2.23.2.60 $)
+AC_REVISION($Revision: 1.294.2.23.2.61 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.13)
@@ -801,7 +801,7 @@ MKDEPCFLAGS="-M"
 IRIX_DNSSEC_WARNINGS_HACK=""
 
 if test "X$GCC" = "Xyes"; then
-       STD_CWARNINGS="$STD_CWARNINGS -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith"
+       STD_CWARNINGS="$STD_CWARNINGS -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing"
        case "$host" in
        *-hp-hpux*)
                LDFLAGS="-Wl,+vnocompatwarnings $LDFLAGS"
index 9849b0ee02678620304e694cb50fb28fc0faf414..34d7031dd664b67f918625080f8930a9219344ce 100644 (file)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.83.2.5.2.23 .
+# From configure.in Revision: 1.83.2.5.2.25 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -6403,7 +6403,7 @@ MKDEPCFLAGS="-M"
 IRIX_DNSSEC_WARNINGS_HACK=""
 
 if test "X$GCC" = "Xyes"; then
-       STD_CWARNINGS="$STD_CWARNINGS -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wpointer-arith"
+       STD_CWARNINGS="$STD_CWARNINGS -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wpointer-arith -fno-strict-aliasing"
 else
        case $host in
        *-dec-osf*)
index 42997558abc17892893653dd96ddc7e742cbef09..84261af65c1536304187bd1d46e1cb9acddc0503 100644 (file)
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-AC_REVISION($Revision: 1.83.2.5.2.24 $)
+AC_REVISION($Revision: 1.83.2.5.2.25 $)
 
 AC_INIT(resolv/herror.c)
 AC_PREREQ(2.13)
@@ -513,7 +513,7 @@ MKDEPCFLAGS="-M"
 IRIX_DNSSEC_WARNINGS_HACK=""
 
 if test "X$GCC" = "Xyes"; then
-       STD_CWARNINGS="$STD_CWARNINGS -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wpointer-arith"
+       STD_CWARNINGS="$STD_CWARNINGS -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wpointer-arith -fno-strict-aliasing"
 else
        case $host in
        *-dec-osf*)