diff options
author | Matthias Klose <doko@ubuntu.com> | 2009-10-19 14:26:28 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2009-10-19 14:26:28 +0000 |
commit | d23a77342cab5085c3ad62185a63119d29a73b36 (patch) | |
tree | 689e1c398a4f27ae82631c89cdc3f9f01c7aaa50 /gcc/config.gcc | |
parent | 94990acabef602556014d47c9bd6b83e4e1b8637 (diff) | |
download | gcc-d23a77342cab5085c3ad62185a63119d29a73b36.zip gcc-d23a77342cab5085c3ad62185a63119d29a73b36.tar.gz gcc-d23a77342cab5085c3ad62185a63119d29a73b36.tar.bz2 |
re PR target/40134 (symbols not resolved when building shared libraries (link with -lgcc_s -lgcc?))
2009-10-19 Matthias Klose <doko@ubuntu.com>
PR target/40134
* config.gcc (arm*-*-linux-*eabi): Use config/t-slibgcc-libgcc.
From-SVN: r152975
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index e83382c..7666dd6 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -722,7 +722,7 @@ arm*-*-linux*) # ARM GNU/Linux with ELF case ${target} in arm*-*-linux-*eabi) tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h" - tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi" + tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi t-slibgcc-libgcc" # The BPABI long long divmod functions return a 128-bit value in # registers r0-r3. Correctly modeling that requires the use of # TImode. |