summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-06 17:48:43 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-06 17:48:43 +0000
commitbf9d7107e2355535522008954b906784225b73dc (patch)
tree25f2562027cfd0210d229faf46debc684c48cbc4 /config
parent9c8421d872db1f72fdd31d120ea6a921290843b9 (diff)
downloadgcc-bf9d7107e2355535522008954b906784225b73dc.tar.gz
* mt-alphaieee (GOCFLAGS_FOR_TARGET): Add -mieee.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175926 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/mt-alphaieee1
2 files changed, 5 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index c3a1b8b4d19..f25c43a17b6 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-06 Uros Bizjak <ubizjak@gmail.com>
+
+ * mt-alphaieee (GOCFLAGS_FOR_TARGET): Add -mieee.
+
2011-06-15 Mike Stump <mikestump@comcast.net>
PR target/49461
diff --git a/config/mt-alphaieee b/config/mt-alphaieee
index 9c205314ad5..80c17cdc6ab 100644
--- a/config/mt-alphaieee
+++ b/config/mt-alphaieee
@@ -1,2 +1,3 @@
CFLAGS_FOR_TARGET += -mieee
CXXFLAGS_FOR_TARGET += -mieee
+GOCFLAGS_FOR_TARGET += -mieee