aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-01-27 22:59:00 -0800
committerRichard Henderson <rth@gcc.gnu.org>2001-01-27 22:59:00 -0800
commit0be25992bc31025a878ec195929bf9aae237bc5e (patch)
treee74f3d9060a1ef836e95a116ec966d7ae63186b1 /gcc
parentc913b6f18e999e16f5f127c2f9a839e610ff9e18 (diff)
downloadgcc-0be25992bc31025a878ec195929bf9aae237bc5e.zip
gcc-0be25992bc31025a878ec195929bf9aae237bc5e.tar.gz
gcc-0be25992bc31025a878ec195929bf9aae237bc5e.tar.bz2
configure.in (target_makefile_frag): Use mt-alphaieee.
* 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. From-SVN: r39309
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/alpha/t-ieee7
2 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index af2427f..ecbe833 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-27 Richard Henderson <rth@redhat.com>
+
+ * config/alpha/t-ieee: Remove multilibbing.
+ (TARGET_LIBGCC2_CFLAGS): Add -mieee.
+
2001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.
diff --git a/gcc/config/alpha/t-ieee b/gcc/config/alpha/t-ieee
index dcbfba3..fe549df 100644
--- a/gcc/config/alpha/t-ieee
+++ b/gcc/config/alpha/t-ieee
@@ -1,7 +1,2 @@
# All alphas get an IEEE complaint set of libraries.
-MULTILIB_OPTIONS = mieee
-MULTILIB_DIRNAMES = ieee
-SHLIB_MULTILIB = ieee
-
-LIBGCC = stmp-multilib
-INSTALL_LIBGCC = install-multilib
+TARGET_LIBGCC2_CFLAGS += -mieee