From 0be25992bc31025a878ec195929bf9aae237bc5e Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 27 Jan 2001 22:59:00 -0800 Subject: [PATCH] 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 --- ChangeLog | 4 ++++ config/ChangeLog | 4 ++++ config/mt-alphaieee | 2 ++ configure.in | 7 +++++++ gcc/ChangeLog | 5 +++++ gcc/config/alpha/t-ieee | 7 +------ libjava/ChangeLog | 4 ++++ libjava/configure.host | 1 + 8 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 config/mt-alphaieee diff --git a/ChangeLog b/ChangeLog index 28e7e81..35b0e06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-27 Richard Henderson + + * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee. + 2001-01-27 Michael Sokolov * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works): diff --git a/config/ChangeLog b/config/ChangeLog index 4a89f6e..4f32d00 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2001-01-27 Richard Henderson + + * mt-alphaieee: New file. + 2001-01-02 Laurynas Biveinis * mh-djgpp: do not set CFLAGS. diff --git a/config/mt-alphaieee b/config/mt-alphaieee new file mode 100644 index 0000000..9c20531 --- /dev/null +++ b/config/mt-alphaieee @@ -0,0 +1,2 @@ +CFLAGS_FOR_TARGET += -mieee +CXXFLAGS_FOR_TARGET += -mieee diff --git a/configure.in b/configure.in index 36c1796..a93e6f1 100644 --- a/configure.in +++ b/configure.in @@ -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" ;; 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 + + * config/alpha/t-ieee: Remove multilibbing. + (TARGET_LIBGCC2_CFLAGS): Add -mieee. + 2001-01-27 Kaveh R. Ghazi * 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 diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 35158c5..26094fc 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2001-01-27 Richard Henderson + + * configure.host (alpha*-*) [libgcj_flags]: Add -mieee. + 2001-01-27 Tom Tromey * jni.cc (_Jv_JNIFunctions): Added comment for each entry in diff --git a/libjava/configure.host b/libjava/configure.host index 6d6f4c9..fec38b7 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -65,6 +65,7 @@ case "${host}" in DIVIDESPEC=-fno-use-divide-subroutine ;; alpha*-*) + libgcj_flags="${libgcj_flags} -mieee" libgcj_interpreter=yes ;; sparc-*) -- 2.7.4