diff options
author | YamaArashi <shadow962@live.com> | 2016-03-07 22:25:06 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-03-07 22:25:06 -0800 |
commit | 08234586501ffddc186f6e254ce6847faa139f5f (patch) | |
tree | 053a7b04d58cd193182fe12bfc50fe6f325525eb /gcc/config/arm/t-thumb-elf | |
parent | 63aec4bbdd77671b92dafbe6cb6e2e14f7a6635b (diff) |
never use leading underscore
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 |