diff options
Diffstat (limited to 'gcc/config/arm/t-thumb-elf')
-rwxr-xr-x | gcc/config/arm/t-thumb-elf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/arm/t-thumb-elf b/gcc/config/arm/t-thumb-elf index 57b5d7b..2f5054d 100755 --- a/gcc/config/arm/t-thumb-elf +++ b/gcc/config/arm/t-thumb-elf @@ -4,7 +4,6 @@ LIB1ASMSRC = arm/lib1thumb.asm LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _call_via_rX _interwork_call_via_rX # adddi3/subdi3 added to machine description -EXTRA_PARTS=crtbegin.o crtend.o # These are really part of libgcc1, but this will cause them to be # built correctly, so... @@ -28,7 +27,6 @@ dp-bit.c: $(srcdir)/config/fp-bit.c 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_MATCHES = mbig-endian=mbe mlittle-endian=mle -EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o LIBGCC = stmp-multilib INSTALL_LIBGCC = install-multilib |