diff options
author | Richard Henderson <rth@redhat.com> | 2001-01-27 22:59:00 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-01-27 22:59:00 -0800 |
commit | 0be25992bc31025a878ec195929bf9aae237bc5e (patch) | |
tree | e74f3d9060a1ef836e95a116ec966d7ae63186b1 /configure.in | |
parent | c913b6f18e999e16f5f127c2f9a839e610ff9e18 (diff) | |
download | gcc-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 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 7 insertions, 0 deletions
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" ;; |