diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-11-21 23:33:40 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2012-11-21 23:33:40 +0000 |
commit | e4689920bd5ae525d5641c2789dc3dac830f5dd0 (patch) | |
tree | 652f96bc91c480c71a047b6391a9e4848ca0d655 /gcc | |
parent | 75f4645f1da86e2a7188446c52b3b6182cc1d339 (diff) | |
download | gcc-e4689920bd5ae525d5641c2789dc3dac830f5dd0.zip gcc-e4689920bd5ae525d5641c2789dc3dac830f5dd0.tar.gz gcc-e4689920bd5ae525d5641c2789dc3dac830f5dd0.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config.gcc | 1 | ||||
-rw-r--r-- | gcc/config/alpha/t-linux | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8b2c8c5..5854766 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 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. 2012-11-21 Matthias Klose <doko@ubuntu.com> diff --git a/gcc/config.gcc b/gcc/config.gcc index d23bc0e..db56819 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 index 0000000..1b4a26f --- /dev/null +++ b/gcc/config/alpha/t-linux @@ -0,0 +1 @@ +MULTIARCH_DIRNAME = $(call if_multiarch,alpha-linux-gnu) |