diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-04 20:53:29 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-04 20:53:29 +0000 |
commit | a1415e6dd820bb7d4d4ae813a0491707a533a843 (patch) | |
tree | 4f82b9e33e90bba937926f41eb632d07c81d7017 /gcc/config/alpha/t-ieee | |
parent | eae914e28dc4509a3eac92c0cfb3d877673ba678 (diff) | |
download | gcc-a1415e6dd820bb7d4d4ae813a0491707a533a843.tar.gz |
* configure.in (enable-shared): New.
* Makefile.in (LIBGCC_DEPS): Depend on EXTRA_PARTS as well.
(libgcc.mk): Pass SHLIB_LINK, SHLIB_LIBS, SHLIB_MULTILIB to mklibgcc.
* mklibgcc.in: Use them to link shared a libgcc.
* config/t-linux (SHLIB_LINK, SHLIB_LIBS): New.
* config/alpha/t-ieee (SHLIB_MULTILIB): New.
* config/mips/t-iris6 (SHLIB_LINK, SHLIB_LIBS): New.
* config/sparc/t-sol2 (SHLIB_LINK, SHLIB_LIBS): New.
* configure.in (alpha-osf*): Use t-osf and x-osf.
* config/alpha/t-osf: New file.
* config/alpha/t-osf4: New file.
* config/alpha/x-osf: New file.
* config/alpha/x-alpha: Remove file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36715 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/alpha/t-ieee')
-rw-r--r-- | gcc/config/alpha/t-ieee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/alpha/t-ieee b/gcc/config/alpha/t-ieee index a1f93db1b2d..dcbfba37c83 100644 --- a/gcc/config/alpha/t-ieee +++ b/gcc/config/alpha/t-ieee @@ -1,6 +1,7 @@ # 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 |