diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-08-13 20:51:55 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-08-13 20:51:55 +0000 |
commit | 283171a9cd70d0b8d3bd3ba964f5c5b8b7cdbe3f (patch) | |
tree | af77e84e2724bbf271d47c71ecf516a79bdf36ef /gcc/config/rs6000/t-ppcgas | |
parent | 9461e7f03edb8bbc504994ada7efa491ff3ac43c (diff) | |
download | gcc-283171a9cd70d0b8d3bd3ba964f5c5b8b7cdbe3f.tar.gz |
Build fewer multilibs
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12632 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/t-ppcgas')
-rw-r--r-- | gcc/config/rs6000/t-ppcgas | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/gcc/config/rs6000/t-ppcgas b/gcc/config/rs6000/t-ppcgas index cea52c06d9a..3256de50592 100644 --- a/gcc/config/rs6000/t-ppcgas +++ b/gcc/config/rs6000/t-ppcgas @@ -24,30 +24,30 @@ eabi-ctors.c: $(srcdir)/config/rs6000/eabi-ctors.c # Build libgcc.a with different options. MULTILIB_OPTIONS = msoft-float \ - mrelocatable-lib \ mlittle/mbig \ - mcall-sysv-noeabi/mcall-sysv-eabi/mcall-aix + mcall-sysv/mcall-aix/mcall-solaris/mcall-linux MULTILIB_DIRNAMES = nof \ - rel \ le be \ - cs ce ca + cs ca sol lin MULTILIB_MATCHES = mlittle=mlittle-endian \ - mlittle=mcall-solaris \ mbig=mbig-endian \ mbig=mcall-linux \ msoft-float=mcpu?403 \ msoft-float=mcpu?821 \ msoft-float=mcpu?860 \ - mcall-sysv-noeabi=mcall-linux \ - mcall-sysv-eabi=meabi \ - mcall-sysv-noeabi=mno-eabi \ - mcall-sysv-noeabi=mcall-solaris \ - mrelocatable-lib=mrelocatable \ - mrelocatable-lib=fpic \ - mrelocatable-lib=fPIC \ - mrelocatable-lib=shared + mcall-sysv=mcall-solaris \ + mcall-sysv=mcall-sysv-eabi \ + mcall-sysv=mcall-sysv-noeabi + +MULTILIB_EXTRA_OPTS = mrelocatable-lib mno-eabi +MULTILIB_EXCEPTIONS = *mbig/*mcall-solaris* \ + *mlittle/*mcall-solaris* \ + *msoft-float/*mcall-solaris* \ + *mbig/*mcall-linux* \ + *mlittle/*mcall-linux* \ + *msoft-float/*mcall-linux* LIBGCC = stmp-multilib stmp-crt INSTALL_LIBGCC = install-multilib install-crt |