t-linux: New file; define MULTIARCH_DIRNAME.
authorMatthias Klose <doko@ubuntu.com>
Wed, 21 Nov 2012 23:33:40 +0000 (23:33 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Wed, 21 Nov 2012 23:33:40 +0000 (23:33 +0000)
2012-11-21  Matthias Klose  <doko@ubuntu.com>

        * config/alpha/t-linux: New file; define MULTIARCH_DIRNAME.
        * config.gcc <alpha*-*-linux*> (tmake_file): Include alpha/t-linux.

From-SVN: r193715

gcc/ChangeLog
gcc/config.gcc
gcc/config/alpha/t-linux [new file with mode: 0644]

index 8b2c8c5827150d839108f53f99ef15fe9d19d74c..5854766ffddcf6bae6999e77e94d2455a1cfe115 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-21  Matthias Klose  <doko@ubuntu.com>
+
+       * config/alpha/t-linux: New file; define MULTIARCH_DIRNAME.
+       * config.gcc <alpha*-*-linux*> (tmake_file): Include alpha/t-linux.
+
 2012-11-21  Matthias Klose  <doko@ubuntu.com>
 
        * config/m68k/t-linux: Define MULTIARCH_DIRNAME.
index d23bc0ec30463cecece319d793292f3f05c8069d..db568196b2b1c0a3f174407fe5dcb32828b4bb68 100644 (file)
@@ -831,6 +831,7 @@ aarch64*-*-linux*)
        ;;
 alpha*-*-linux*)
        tm_file="elfos.h ${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h glibc-stdint.h"
+       tmake_file="${tmake_file} alpha/t-linux"
        extra_options="${extra_options} alpha/elf.opt"
        ;;
 alpha*-*-freebsd*)
diff --git a/gcc/config/alpha/t-linux b/gcc/config/alpha/t-linux
new file mode 100644 (file)
index 0000000..1b4a26f
--- /dev/null
@@ -0,0 +1 @@
+MULTIARCH_DIRNAME = $(call if_multiarch,alpha-linux-gnu)