diff options
author | matz <matz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-01 15:34:48 +0000 |
---|---|---|
committer | matz <matz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-01 15:34:48 +0000 |
commit | e611f5edc1a349aa6563cd32f83af53796ce12ee (patch) | |
tree | 96b5c0e8c5056a5f1bffba51a90386ae4456f59b /libobjc/Makefile.in | |
parent | 1afa774ac4e354cb236978b68f0f29fbfdfa127d (diff) | |
download | gcc-e611f5edc1a349aa6563cd32f83af53796ce12ee.tar.gz |
* Makefile.in (ALL_CFLAGS): Add -fno-strict-aliasing.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78706 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/Makefile.in')
-rw-r--r-- | libobjc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index 1e6c337a6e0..ad91e72b30a 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -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) \ - $(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 |