Commit 2f3d1876 by Michael Meissner

Do not build -mmultiple/-mno-multiple libgcc.a variants

From-SVN: r9614
parent 75814ad4
...@@ -17,12 +17,8 @@ fp-bit.c: $(srcdir)/config/fp-bit.c ...@@ -17,12 +17,8 @@ fp-bit.c: $(srcdir)/config/fp-bit.c
# explicit little endian or big endian libraries, since it depends on the # explicit little endian or big endian libraries, since it depends on the
# -mbig/-mlittle switches passed to gas. # -mbig/-mlittle switches passed to gas.
MULTILIB_OPTIONS = msoft-float \ MULTILIB_OPTIONS = msoft-float
mmultiple/mno-multiple MULTILIB_DIRNAMES = soft-float
MULTILIB_DIRNAMES = soft-float \
multiple no-multiple
MULTILIB_MATCHES = msoft-float=mcpu?403 \ MULTILIB_MATCHES = msoft-float=mcpu?403 \
msoft-float=mcpu?mpc403 \ msoft-float=mcpu?mpc403 \
msoft-float=mcpu?ppc403 msoft-float=mcpu?ppc403
......
...@@ -16,12 +16,10 @@ fp-bit.c: $(srcdir)/config/fp-bit.c ...@@ -16,12 +16,10 @@ fp-bit.c: $(srcdir)/config/fp-bit.c
# Build libgcc.a with different options. # Build libgcc.a with different options.
MULTILIB_OPTIONS = msoft-float \ MULTILIB_OPTIONS = msoft-float \
mlittle/mbig \ mlittle/mbig
mmultiple/mno-multiple
MULTILIB_DIRNAMES = soft-float \ MULTILIB_DIRNAMES = soft-float \
little-endian big-endian \ little-endian big-endian
multiple no-multiple
MULTILIB_MATCHES = mlittle=mlittle-endian \ MULTILIB_MATCHES = mlittle=mlittle-endian \
mbig=mbig-endian \ mbig=mbig-endian \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment