summaryrefslogtreecommitdiffstats
path: root/sim/igen
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-06-17 21:03:40 +0000
committerAndrew Cagney <cagney@redhat.com>2002-06-17 21:03:40 +0000
commitb74317ff8efa5cf91f24e31ef9c389f86abb4b84 (patch)
tree5650410b85bdf57839dbda657e282c9a2f21fb28 /sim/igen
parent47243d69f7563fc4c5a16cf8cc5269c9dfd4a6bf (diff)
downloadppe42-binutils-b74317ff8efa5cf91f24e31ef9c389f86abb4b84.tar.gz
ppe42-binutils-b74317ff8efa5cf91f24e31ef9c389f86abb4b84.zip
* Makefile.in (BUILD_CFLAGS): Remove -O0.
Diffstat (limited to 'sim/igen')
-rw-r--r--sim/igen/ChangeLog4
-rw-r--r--sim/igen/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/igen/ChangeLog b/sim/igen/ChangeLog
index 4dc6311210..b693544775 100644
--- a/sim/igen/ChangeLog
+++ b/sim/igen/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-17 Andrew Cagney <cagney@redhat.com>
+
+ * Makefile.in (BUILD_CFLAGS): Remove -O0.
+
2002-06-16 Andrew Cagney <ac131313@redhat.com>
* configure: Regenerated to track ../common/aclocal.m4 changes.
diff --git a/sim/igen/Makefile.in b/sim/igen/Makefile.in
index 9fff4a0ddc..2c14aa55cb 100644
--- a/sim/igen/Makefile.in
+++ b/sim/igen/Makefile.in
@@ -85,7 +85,7 @@ BUILD_CFLAGS = \
$(CFLAGS_FOR_BUILD) \
$(IGEN_WARN_CFLAGS) \
$(IGEN_WERROR_CFLAGS) \
- $(INCLUDES) -O0
+ $(INCLUDES)
BUILD_LDFLAGS =
all: igen
OpenPOWER on IntegriCloud