config.host (arm-wrs-vxworks): Replace arm/t-vxworks with arm/t-elf in tmake_file.
* config.host (arm-wrs-vxworks): Replace arm/t-vxworks with arm/t-elf in tmake_file. * config/arm/t-vxworks: Delete. From-SVN: r204669
This commit is contained in:
parent
b4e2397083
commit
1a80085d42
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2013-11-11 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* config.host (arm-wrs-vxworks): Replace arm/t-vxworks with arm/t-elf
|
||||
in tmake_file.
|
||||
* config/arm/t-vxworks: Delete.
|
||||
|
||||
2013-11-10 Kai Tietz <ktietz@redhat.com>
|
||||
|
||||
* config/i386/cygming-crtbegin.c (__gcc_register_frame):
|
||||
|
|
|
@ -333,7 +333,7 @@ arc*-*-linux-uclibc*)
|
|||
extra_parts="crti.o crtn.o crtend.o crtbegin.o crtendS.o crtbeginS.o libgmon.a crtg.o crtgend.o"
|
||||
;;
|
||||
arm-wrs-vxworks)
|
||||
tmake_file="$tmake_file arm/t-arm arm/t-vxworks t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
|
||||
tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
|
||||
extra_parts="$extra_parts crti.o crtn.o"
|
||||
;;
|
||||
arm*-*-netbsdelf*)
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
LIB1ASMFUNCS += _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _bb_init_func _call_via_rX _interwork_call_via_rX _clzsi2 _clzdi2 _ctzsi2
|
Loading…
Add table
Reference in a new issue