aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-11-21 22:57:54 +0000
committerMatthias Klose <doko@gcc.gnu.org>2012-11-21 22:57:54 +0000
commita9011c94ab87f9e84b66b0ab0eb7e9993a6023a0 (patch)
tree5b5920b74bd831dcf0144b251b34597565b67370 /gcc/config.gcc
parent1966c91bf487448902f93c9f54e6dab45640ca52 (diff)
downloadgcc-a9011c94ab87f9e84b66b0ab0eb7e9993a6023a0.zip
gcc-a9011c94ab87f9e84b66b0ab0eb7e9993a6023a0.tar.gz
gcc-a9011c94ab87f9e84b66b0ab0eb7e9993a6023a0.tar.bz2
t-linux: New file; define MULTIARCH_DIRNAME.
2012-11-21 Matthias Klose <doko@ubuntu.com> * config/ia64/t-linux: New file; define MULTIARCH_DIRNAME. * config.gcc <ia64*-*-linux*> (tmake_file): Include ia64/t-linux. From-SVN: r193713
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 bd9067f..d23bc0e 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1552,7 +1552,7 @@ ia64*-*-freebsd*)
;;
ia64*-*-linux*)
tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ia64/sysv4.h ia64/linux.h"
- tmake_file="${tmake_file} ia64/t-ia64 t-libunwind"
+ tmake_file="${tmake_file} ia64/t-ia64 ia64/t-linux t-libunwind"
target_cpu_default="MASK_GNU_AS|MASK_GNU_LD"
;;
ia64*-*-hpux*)