summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-01-28 06:59:00 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-01-28 06:59:00 +0000
commitf4763e9a41a789d9251a26a55c8459f428e24407 (patch)
treee74f3d9060a1ef836e95a116ec966d7ae63186b1 /config
parentad565c04b49562cb00a412ea0f5560f85f696a85 (diff)
downloadgcc-f4763e9a41a789d9251a26a55c8459f428e24407.tar.gz
* configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
* mt-alphaieee: New file. * config/alpha/t-ieee: Remove multilibbing. (TARGET_LIBGCC2_CFLAGS): Add -mieee. * configure.host (alpha*-*) [libgcj_flags]: Add -mieee. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39309 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/mt-alphaieee2
2 files changed, 6 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 4a89f6e640b..4f32d00058b 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-27 Richard Henderson <rth@redhat.com>
+
+ * mt-alphaieee: New file.
+
2001-01-02 Laurynas Biveinis <lauras@softhome.net>
* mh-djgpp: do not set CFLAGS.
diff --git a/config/mt-alphaieee b/config/mt-alphaieee
new file mode 100644
index 00000000000..9c205314ad5
--- /dev/null
+++ b/config/mt-alphaieee
@@ -0,0 +1,2 @@
+CFLAGS_FOR_TARGET += -mieee
+CXXFLAGS_FOR_TARGET += -mieee