mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
c913b6f18e
commit
0be25992bc
|
|
@ -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>
|
2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
|
||||||
|
|
||||||
* ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
|
* ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
2001-01-27 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
|
* mt-alphaieee: New file.
|
||||||
|
|
||||||
2001-01-02 Laurynas Biveinis <lauras@softhome.net>
|
2001-01-02 Laurynas Biveinis <lauras@softhome.net>
|
||||||
|
|
||||||
* mh-djgpp: do not set CFLAGS.
|
* mh-djgpp: do not set CFLAGS.
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
CFLAGS_FOR_TARGET += -mieee
|
||||||
|
CXXFLAGS_FOR_TARGET += -mieee
|
||||||
|
|
@ -364,6 +364,13 @@ case "${target}" in
|
||||||
powerpc-*-netware*)
|
powerpc-*-netware*)
|
||||||
target_makefile_frag="${target_makefile_frag} config/mt-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*)
|
*-*-linux*)
|
||||||
target_makefile_frag="${target_makefile_frag} config/mt-linux"
|
target_makefile_frag="${target_makefile_frag} config/mt-linux"
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
|
|
@ -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>
|
2001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||||
|
|
||||||
* configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.
|
* configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,2 @@
|
||||||
# All alphas get an IEEE complaint set of libraries.
|
# All alphas get an IEEE complaint set of libraries.
|
||||||
MULTILIB_OPTIONS = mieee
|
TARGET_LIBGCC2_CFLAGS += -mieee
|
||||||
MULTILIB_DIRNAMES = ieee
|
|
||||||
SHLIB_MULTILIB = ieee
|
|
||||||
|
|
||||||
LIBGCC = stmp-multilib
|
|
||||||
INSTALL_LIBGCC = install-multilib
|
|
||||||
|
|
|
||||||
|
|
@ -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>
|
2001-01-27 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* jni.cc (_Jv_JNIFunctions): Added comment for each entry in
|
* jni.cc (_Jv_JNIFunctions): Added comment for each entry in
|
||||||
|
|
|
||||||
|
|
@ -65,6 +65,7 @@ case "${host}" in
|
||||||
DIVIDESPEC=-fno-use-divide-subroutine
|
DIVIDESPEC=-fno-use-divide-subroutine
|
||||||
;;
|
;;
|
||||||
alpha*-*)
|
alpha*-*)
|
||||||
|
libgcj_flags="${libgcj_flags} -mieee"
|
||||||
libgcj_interpreter=yes
|
libgcj_interpreter=yes
|
||||||
;;
|
;;
|
||||||
sparc-*)
|
sparc-*)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue