diff options
author | Richard Earnshaw <erich@gnu.org> | 1997-05-13 18:45:05 +0000 |
---|---|---|
committer | Richard Earnshaw <erich@gnu.org> | 1997-05-13 18:45:05 +0000 |
commit | 64bdde07f62a8fc5deac348a3c9a26339b5f1ff8 (patch) | |
tree | 6381c35ddab01c41749cc271f63ee6c0a3f0b958 /gcc | |
parent | 18af73130494466896aff846ebcfbdbc87511b33 (diff) | |
download | gcc-64bdde07f62a8fc5deac348a3c9a26339b5f1ff8.zip gcc-64bdde07f62a8fc5deac348a3c9a26339b5f1ff8.tar.gz gcc-64bdde07f62a8fc5deac348a3c9a26339b5f1ff8.tar.bz2 |
(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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/arm/t-bare | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/t-bare b/gcc/config/arm/t-bare index 4f1d84a..85e6a30 100644 --- a/gcc/config/arm/t-bare +++ b/gcc/config/arm/t-bare @@ -22,9 +22,9 @@ dp-bit.c: $(srcdir)/config/fp-bit.c cat $(srcdir)/config/fp-bit.c >> dp-bit.c # 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_MATCHES = mbe=mbig-endian mle=mlittle-endian +MULTILIB_MATCHES = LIBGCC = stmp-multilib INSTALL_LIBGCC = install-multilib |