diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-14 00:43:06 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-14 00:43:06 +0000 |
commit | ade9251e9187a9241406128db27f118424f7a2d0 (patch) | |
tree | d62c2959186f9f8ae48b2304a455488aa123bcb3 /gcc/config/alpha/t-ieee | |
parent | 4b7b7754a9e29c3dc684d8e16ea0ac1ef531ac42 (diff) | |
download | gcc-ade9251e9187a9241406128db27f118424f7a2d0.tar.gz |
* configure.in (alpha*-*-*): Include alpha/t-ieee.
* configure: Rebuilt.
* alpha/t-ieee: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28090 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/alpha/t-ieee')
-rw-r--r-- | gcc/config/alpha/t-ieee | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/alpha/t-ieee b/gcc/config/alpha/t-ieee new file mode 100644 index 00000000000..a1f93db1b2d --- /dev/null +++ b/gcc/config/alpha/t-ieee @@ -0,0 +1,6 @@ +# All alphas get an IEEE complaint set of libraries. +MULTILIB_OPTIONS = mieee +MULTILIB_DIRNAMES = ieee + +LIBGCC = stmp-multilib +INSTALL_LIBGCC = install-multilib |