mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
75f4645f1d
commit
e4689920bd
|
|
@ -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>
|
2012-11-21 Matthias Klose <doko@ubuntu.com>
|
||||||
|
|
||||||
* config/m68k/t-linux: Define MULTIARCH_DIRNAME.
|
* config/m68k/t-linux: Define MULTIARCH_DIRNAME.
|
||||||
|
|
|
||||||
|
|
@ -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*)
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
MULTIARCH_DIRNAME = $(call if_multiarch,alpha-linux-gnu)
|
||||||
Loading…
Reference in New Issue