diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-21 23:33:40 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-21 23:33:40 +0000 |
commit | 43a0447f85401374b9f7a1370c496a06e7bb03e1 (patch) | |
tree | 652f96bc91c480c71a047b6391a9e4848ca0d655 /gcc | |
parent | ebf7c028ccf73c6fbbc498000fa63e2c906560cf (diff) | |
download | gcc-43a0447f85401374b9f7a1370c496a06e7bb03e1.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193715 138bc75d-0d04-0410-961f-82ee72b054a4
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 8b2c8c58271..5854766ffdd 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 d23bc0ec304..db568196b2b 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 00000000000..1b4a26f7455 --- /dev/null +++ b/gcc/config/alpha/t-linux @@ -0,0 +1 @@ +MULTIARCH_DIRNAME = $(call if_multiarch,alpha-linux-gnu) |