Commit e4689920 by Matthias Klose Committed by Matthias Klose

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
parent 75f4645f
2012-11-21 Matthias Klose <doko@ubuntu.com> 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. * config/m68k/t-linux: Define MULTIARCH_DIRNAME.
2012-11-21 Matthias Klose <doko@ubuntu.com> 2012-11-21 Matthias Klose <doko@ubuntu.com>
...@@ -831,6 +831,7 @@ aarch64*-*-linux*) ...@@ -831,6 +831,7 @@ aarch64*-*-linux*)
;; ;;
alpha*-*-linux*) alpha*-*-linux*)
tm_file="elfos.h ${tm_file} alpha/elf.h alpha/linux.h alpha/linux-elf.h glibc-stdint.h" 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" extra_options="${extra_options} alpha/elf.opt"
;; ;;
alpha*-*-freebsd*) alpha*-*-freebsd*)
......
MULTIARCH_DIRNAME = $(call if_multiarch,alpha-linux-gnu)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment