Skip to content

Commit 38c905b

Browse files
clazissartemiy-volkov
authored andcommitted
arc64: Remove dbxelf.h reference
Signed-off-by: Claudiu Zissulescu <[email protected]>
1 parent 02ee1fe commit 38c905b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gcc/config.gcc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,22 +1352,22 @@ arc-*-linux* | arceb-*-linux*)
13521352
gcc_cv_initfini_array=yes
13531353
;;
13541354
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}"
13561356
tmake_file="${tmake_file} arc64/t-multilib32 arc64/t-arc64"
13571357
;;
13581358
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}"
13601360
tmake_file="${tmake_file} arc64/t-multilib arc64/t-arc64"
13611361
;;
13621362
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}"
13641364
tmake_file="${tmake_file} arc64/t-arc64"
13651365
# Force .init_array support. The configure script cannot always
13661366
# automatically detect that GAS supports it, yet we require it.
13671367
gcc_cv_initfini_array=yes
13681368
;;
13691369
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}"
13711371
tmake_file="${tmake_file} arc64/t-arc64"
13721372
# Force .init_array support. The configure script cannot always
13731373
# automatically detect that GAS supports it, yet we require it.

0 commit comments

Comments
 (0)