]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in (target_makefile_frag): Use mt-alphaieee.
authorRichard Henderson <rth@redhat.com>
Sun, 28 Jan 2001 06:59:00 +0000 (22:59 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 28 Jan 2001 06:59:00 +0000 (22:59 -0800)
  * 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

ChangeLog
config/ChangeLog
config/mt-alphaieee [new file with mode: 0644]
configure.in
gcc/ChangeLog
gcc/config/alpha/t-ieee
libjava/ChangeLog
libjava/configure.host

index 28e7e81d775ef5f940c7c2abbc2ecb28774eba4b..35b0e06d5cee2807604da22d8d3401700addacd9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-27  Richard Henderson  <rth@redhat.com>
+
+       * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
+
 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
 
        * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
index 4a89f6e640b4b0b49f801868e7d965e58745df5a..4f32d00058ba25b81c7fc7f5c7e81eadc70d6803 100644 (file)
@@ -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 (file)
index 0000000..9c20531
--- /dev/null
@@ -0,0 +1,2 @@
+CFLAGS_FOR_TARGET += -mieee
+CXXFLAGS_FOR_TARGET += -mieee
index 36c17966a46bea707da0cf53a7a52fb137d2d8f8..a93e6f1d61c198ed0e5b9bcab5884edc4c15aa7c 100644 (file)
@@ -364,6 +364,13 @@ case "${target}" in
   powerpc-*-netware*)
     target_makefile_frag="${target_makefile_frag} config/mt-netware"
     ;;
+  alpha*-*-linux*)
+    target_makefile_frag="${target_makefile_frag} config/mt-linux"
+    target_makefile_frag="${target_makefile_frag} config/mt-alphaieee"
+    ;;
+  alpha*-*-*)
+    target_makefile_frag="${target_makefile_frag} config/mt-alphaieee"
+    ;;
   *-*-linux*)
     target_makefile_frag="${target_makefile_frag} config/mt-linux"
     ;;
index af2427f945b2b922fc95f1623b0c57f529473109..ecbe8331252034337e57946c47731c10c027e8cc 100644 (file)
@@ -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.
index dcbfba37c830f9844e4be2bf7814800f0f10e8e7..fe549dfc992f6d0574e6d2fd781c841b54a729b5 100644 (file)
@@ -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
index 35158c50310fdb1747e1bc21839e7ba559861f89..26094fc62e7b1e56b54aa6d8e1abdc3db7aa6619 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-27  Richard Henderson  <rth@redhat.com>
+
+       * configure.host (alpha*-*) [libgcj_flags]: Add -mieee.
+
 2001-01-27  Tom Tromey  <tromey@redhat.com>
 
        * jni.cc (_Jv_JNIFunctions): Added comment for each entry in
index 6d6f4c9860377b0afd930c98b7e5d3ebe31f40a1..fec38b7e4470f046277be89631a0930c0404b830 100644 (file)
@@ -65,6 +65,7 @@ case "${host}" in
        DIVIDESPEC=-fno-use-divide-subroutine
        ;;
   alpha*-*)
+       libgcj_flags="${libgcj_flags} -mieee"
        libgcj_interpreter=yes
        ;;
   sparc-*)