OSDN Git Service

* Makefile.in (ALL_CFLAGS): Add -fno-strict-aliasing.
authormatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Mar 2004 15:34:48 +0000 (15:34 +0000)
committermatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Mar 2004 15:34:48 +0000 (15:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78706 138bc75d-0d04-0410-961f-82ee72b054a4

libobjc/ChangeLog
libobjc/Makefile.in

index bc76946..5aca4bc 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-01  Michael Matz  <matz@suse.de>
+
+       * Makefile.in (ALL_CFLAGS): Add -fno-strict-aliasing.
+
 2004-02-06  Ziemowit Laski  <zlaski@apple.com>
 
        * objc/objc-api.h (objc_super): The 'class' field shall
 2004-02-06  Ziemowit Laski  <zlaski@apple.com>
 
        * objc/objc-api.h (objc_super): The 'class' field shall
index 1e6c337..ad91e72 100644 (file)
@@ -71,7 +71,7 @@ CFLAGS = @CFLAGS@
 WARN_CFLAGS = -W -Wall -Wwrite-strings -Wstrict-prototypes
 GTHREAD_FLAGS=@GTHREAD_FLAGS@
 ALL_CFLAGS = -I. -I$(srcdir) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(WARN_CFLAGS) \
 WARN_CFLAGS = -W -Wall -Wwrite-strings -Wstrict-prototypes
 GTHREAD_FLAGS=@GTHREAD_FLAGS@
 ALL_CFLAGS = -I. -I$(srcdir) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(WARN_CFLAGS) \
-       $(GTHREAD_FLAGS) -DIN_GCC -DIN_TARGET_LIBS
+       $(GTHREAD_FLAGS) -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing
 
 # Libtool
 # The following strings describe the version of the obj-C library 
 
 # Libtool
 # The following strings describe the version of the obj-C library