diff options
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index dd06d69..b287bd3 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2666,14 +2666,11 @@ xstormy16-*-elf) ;; xtensa-*-elf*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h" - with_newlib=yes - tmake_file=xtensa/t-xtensa - extra_parts="crtbegin.o crtend.o" - fixincludes=Makefile.in # newlib headers should be OK + tmake_file="xtensa/t-xtensa xtensa/t-elf" ;; xtensa-*-linux*) tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h" - tmake_file="t-linux xtensa/t-xtensa" + tmake_file="t-linux xtensa/t-xtensa xtensa/t-linux" ;; *) echo "*** Configuration $machine not supported" 1>&2 |