diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1995-05-10 20:30:43 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1995-05-10 20:30:43 +0000 |
commit | 2f3d1876ff54b62000fd74d83e2380e49b5c60c6 (patch) | |
tree | c49d285f1e25f8f80a0bff3c0fc29a4e5f33bb41 /gcc | |
parent | 75814ad4c67add8e05ff9009498ca85d5f5b3ba8 (diff) | |
download | gcc-2f3d1876ff54b62000fd74d83e2380e49b5c60c6.zip gcc-2f3d1876ff54b62000fd74d83e2380e49b5c60c6.tar.gz gcc-2f3d1876ff54b62000fd74d83e2380e49b5c60c6.tar.bz2 |
Do not build -mmultiple/-mno-multiple libgcc.a variants
From-SVN: r9614
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/t-ppc | 8 | ||||
-rw-r--r-- | gcc/config/rs6000/t-ppcgas | 6 |
2 files changed, 4 insertions, 10 deletions
diff --git a/gcc/config/rs6000/t-ppc b/gcc/config/rs6000/t-ppc index fbb26ef..5fcb3d8 100644 --- a/gcc/config/rs6000/t-ppc +++ b/gcc/config/rs6000/t-ppc @@ -17,12 +17,8 @@ fp-bit.c: $(srcdir)/config/fp-bit.c # explicit little endian or big endian libraries, since it depends on the # -mbig/-mlittle switches passed to gas. -MULTILIB_OPTIONS = msoft-float \ - mmultiple/mno-multiple - -MULTILIB_DIRNAMES = soft-float \ - multiple no-multiple - +MULTILIB_OPTIONS = msoft-float +MULTILIB_DIRNAMES = soft-float MULTILIB_MATCHES = msoft-float=mcpu?403 \ msoft-float=mcpu?mpc403 \ msoft-float=mcpu?ppc403 diff --git a/gcc/config/rs6000/t-ppcgas b/gcc/config/rs6000/t-ppcgas index b9da6c7..6b0840a 100644 --- a/gcc/config/rs6000/t-ppcgas +++ b/gcc/config/rs6000/t-ppcgas @@ -16,12 +16,10 @@ fp-bit.c: $(srcdir)/config/fp-bit.c # Build libgcc.a with different options. MULTILIB_OPTIONS = msoft-float \ - mlittle/mbig \ - mmultiple/mno-multiple + mlittle/mbig MULTILIB_DIRNAMES = soft-float \ - little-endian big-endian \ - multiple no-multiple + little-endian big-endian MULTILIB_MATCHES = mlittle=mlittle-endian \ mbig=mbig-endian \ |