diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-28 06:59:00 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-28 06:59:00 +0000 |
commit | f4763e9a41a789d9251a26a55c8459f428e24407 (patch) | |
tree | e74f3d9060a1ef836e95a116ec966d7ae63186b1 /configure.in | |
parent | ad565c04b49562cb00a412ea0f5560f85f696a85 (diff) | |
download | gcc-f4763e9a41a789d9251a26a55c8459f428e24407.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39309 138bc75d-0d04-0410-961f-82ee72b054a4
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 36c17966a46..a93e6f1d61c 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" ;; |