File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ amdgcn*-*-*)
95
95
cpu_type=gcn
96
96
tmake_file="${tmake_file} t-softfp-sfdf t-softfp"
97
97
;;
98
- arc[be]* -*-*)
98
+ arc-*-* | arceb -*-*)
99
99
cpu_type=arc
100
100
;;
101
101
arc64-*-*)
@@ -497,12 +497,12 @@ amdgcn*-*-amdhsa)
497
497
tmake_file="$tmake_file gcn/t-amdgcn"
498
498
extra_parts="crt0.o"
499
499
;;
500
- arc[eb]* -*-elf*)
500
+ arc-*-elf* | arceb -*-elf*)
501
501
tmake_file="arc/t-arc"
502
502
extra_parts="crti.o crtn.o crtend.o crtbegin.o crtendS.o crtbeginS.o"
503
503
extra_parts="$extra_parts crttls.o"
504
504
;;
505
- arc[eb]* -*-linux*)
505
+ arc-*-linux* | arceb -*-linux*)
506
506
tmake_file="${tmake_file} t-slibgcc-libgcc t-slibgcc-nolc-override arc/t-arc-uClibc arc/t-arc"
507
507
extra_parts="$extra_parts crti.o crtn.o"
508
508
extra_parts="$extra_parts crttls.o"
You can’t perform that action at this time.
0 commit comments