Commit 64bdde07 by Richard Earnshaw

(MULTILIB_OPTIONS): Change options mbe/mle to mbig-endian and mlittle-endian.

(MULTILIB_OPTIONS): Change options mbe/mle to mbig-endian
and mlittle-endian.
(MULTILIB_MATCHES): Nothing matches that matters.

From-SVN: r14062
parent 18af7313
...@@ -22,9 +22,9 @@ dp-bit.c: $(srcdir)/config/fp-bit.c ...@@ -22,9 +22,9 @@ dp-bit.c: $(srcdir)/config/fp-bit.c
cat $(srcdir)/config/fp-bit.c >> dp-bit.c cat $(srcdir)/config/fp-bit.c >> dp-bit.c
# Avoid building a duplicate set of libraries for the default endian-ness. # Avoid building a duplicate set of libraries for the default endian-ness.
MULTILIB_OPTIONS = mle/mbe mhard-float MULTILIB_OPTIONS = mlittle-endian/mbig-endian mhard-float
MULTILIB_DIRNAMES = le be fpu MULTILIB_DIRNAMES = le be fpu
MULTILIB_MATCHES = mbe=mbig-endian mle=mlittle-endian MULTILIB_MATCHES =
LIBGCC = stmp-multilib LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib INSTALL_LIBGCC = install-multilib
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