t-linux: New file; define MULTIARCH_DIRNAME.

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
This commit is contained in:
Matthias Klose 2012-11-21 23:33:40 +00:00 committed by Matthias Klose
parent 75f4645f1d
commit e4689920bd
3 changed files with 7 additions and 0 deletions

View 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.

View 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*)

1
gcc/config/alpha/t-linux Normal file
View File

@ -0,0 +1 @@
MULTIARCH_DIRNAME = $(call if_multiarch,alpha-linux-gnu)