* config.gcc: Do not build a shared libgcc for arm-none-eabi.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 14 Sep 2004 19:58:49 +0000 (19:58 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 14 Sep 2004 19:58:49 +0000 (19:58 +0000)
From-SVN: r87504

gcc/config.gcc

index 3c5b84583567da6beeb65a3848851c2e28d04027..3cc6cdd1f8fecb46c526cb09fb574cdddfc89dd7 100644 (file)
@@ -659,7 +659,7 @@ arm*-*-eabi* | arm*-*-symbianelf* )
        need_64bit_hwint=yes
        default_use_cxa_atexit=yes
        tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h"
-       tmake_file="t-slibgcc-elf-ver arm/t-arm arm/t-arm-elf"
+       tmake_file="arm/t-arm arm/t-arm-elf"
        case ${target} in
        arm*-*-eabi*)
          tmake_file="${tmake_file} arm/t-bpabi"
@@ -668,7 +668,7 @@ arm*-*-eabi* | arm*-*-symbianelf* )
          tm_file="${tm_file} arm/symbian.h"
          # We do not include t-bpabi for Symbian OS because the system
          # provides its own implementation of the BPABI functions.
-         tmake_file="${tmake_file} arm/t-symbian"
+         tmake_file="${tmake_file} t-slibgcc-elf-ver arm/t-symbian"
          ;;
        esac
        tm_file="${tm_file} arm/aout.h arm/arm.h"