File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1352,22 +1352,22 @@ arc-*-linux* | arceb-*-linux*)
1352
1352
gcc_cv_initfini_array=yes
1353
1353
;;
1354
1354
arc32-*-elf*)
1355
- tm_file="dbxelf.h elfos.h newlib-stdint.h arc64/elf.h arc64/elf32.h ${tm_file}"
1355
+ tm_file="elfos.h newlib-stdint.h arc64/elf.h arc64/elf32.h ${tm_file}"
1356
1356
tmake_file="${tmake_file} arc64/t-multilib32 arc64/t-arc64"
1357
1357
;;
1358
1358
arc64-*-elf*)
1359
- tm_file="dbxelf.h elfos.h newlib-stdint.h arc64/elf.h arc64/elf64.h ${tm_file}"
1359
+ tm_file="elfos.h newlib-stdint.h arc64/elf.h arc64/elf64.h ${tm_file}"
1360
1360
tmake_file="${tmake_file} arc64/t-multilib arc64/t-arc64"
1361
1361
;;
1362
1362
arc32-*-linux*)
1363
- tm_file="dbxelf.h elfos.h gnu-user.h linux.h arc64/linux.h arc64/linux32.h linux-android.h glibc-stdint.h ${tm_file}"
1363
+ tm_file="elfos.h gnu-user.h linux.h arc64/linux.h arc64/linux32.h linux-android.h glibc-stdint.h ${tm_file}"
1364
1364
tmake_file="${tmake_file} arc64/t-arc64"
1365
1365
# Force .init_array support. The configure script cannot always
1366
1366
# automatically detect that GAS supports it, yet we require it.
1367
1367
gcc_cv_initfini_array=yes
1368
1368
;;
1369
1369
arc64-*-linux*)
1370
- tm_file="dbxelf.h elfos.h gnu-user.h linux.h arc64/linux.h arc64/linux64.h linux-android.h glibc-stdint.h ${tm_file}"
1370
+ tm_file="elfos.h gnu-user.h linux.h arc64/linux.h arc64/linux64.h linux-android.h glibc-stdint.h ${tm_file}"
1371
1371
tmake_file="${tmake_file} arc64/t-arc64"
1372
1372
# Force .init_array support. The configure script cannot always
1373
1373
# automatically detect that GAS supports it, yet we require it.
You can’t perform that action at this time.
0 commit comments