aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-03-23 14:45:32 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2004-03-23 14:45:32 +0100
commitf2c79f80f2c92c9fca4632598e019c09903075ca (patch)
treef5fd0ac58c2a9c3b22a98cde144fae4ce1245688 /gcc/config.gcc
parent1707bafaa50737e92d6d374b69a4de4d02ab4476 (diff)
downloadgcc-f2c79f80f2c92c9fca4632598e019c09903075ca.zip
gcc-f2c79f80f2c92c9fca4632598e019c09903075ca.tar.gz
gcc-f2c79f80f2c92c9fca4632598e019c09903075ca.tar.bz2
config.gcc (sparc-*-linux*): Add sparc/t-linux to tmake_file.
* config.gcc (sparc-*-linux*): Add sparc/t-linux to tmake_file. * config/sparc/t-linux64 (TARGET_LIBGCC2_CFLAGS): Set. * config/sparc/t-linux: New file. From-SVN: r79858
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 0f78c9a..8434663 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1813,7 +1813,7 @@ sparc-*-elf*)
;;
sparc-*-linux*) # SPARC's running GNU/Linux, libc6
tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
- tmake_file="${tmake_file} sparc/t-crtfm"
+ tmake_file="${tmake_file} sparc/t-linux sparc/t-crtfm"
;;
sparc-*-rtems*)
tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/elf.h sparc/rtemself.h rtems.h"