diff options
Diffstat (limited to 'gcc/config/arm/t-thumb-elf')
-rwxr-xr-x | gcc/config/arm/t-thumb-elf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/t-thumb-elf b/gcc/config/arm/t-thumb-elf index 2f5054d..da391b9 100755 --- a/gcc/config/arm/t-thumb-elf +++ b/gcc/config/arm/t-thumb-elf @@ -24,8 +24,8 @@ 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 = mlittle-endian/mbig-endian mno-thumb-interwork/mthumb-interwork fno-leading-underscore/fleading-underscore -MULTILIB_DIRNAMES = le be normal interwork elf under +MULTILIB_OPTIONS = mlittle-endian/mbig-endian mno-thumb-interwork/mthumb-interwork +MULTILIB_DIRNAMES = le be normal interwork MULTILIB_MATCHES = mbig-endian=mbe mlittle-endian=mle LIBGCC = stmp-multilib |