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-*-*)
@@ -503,12 +503,12 @@ amdgcn*-*-amdhsa)
503
503
tmake_file="$tmake_file gcn/t-amdgcn"
504
504
extra_parts="crt0.o"
505
505
;;
506
- arc[eb]* -*-elf*)
506
+ arc-*-elf* | arceb -*-elf*)
507
507
tmake_file="arc/t-arc"
508
508
extra_parts="crti.o crtn.o crtend.o crtbegin.o crtendS.o crtbeginS.o"
509
509
extra_parts="$extra_parts crttls.o"
510
510
;;
511
- arc[eb]* -*-linux*)
511
+ arc-*-linux* | arceb -*-linux*)
512
512
tmake_file="${tmake_file} t-slibgcc-libgcc t-slibgcc-nolc-override arc/t-arc-uClibc arc/t-arc"
513
513
extra_parts="$extra_parts crti.o crtn.o"
514
514
extra_parts="$extra_parts crttls.o"
You can’t perform that action at this time.
0 commit comments