diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-11-21 23:01:30 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2012-11-21 23:01:30 +0000 |
commit | 75f4645f1da86e2a7188446c52b3b6182cc1d339 (patch) | |
tree | 1b77b848c66f8cb59ba72c1bb82378cadf95a5ba /gcc | |
parent | a9011c94ab87f9e84b66b0ab0eb7e9993a6023a0 (diff) | |
download | gcc-75f4645f1da86e2a7188446c52b3b6182cc1d339.zip gcc-75f4645f1da86e2a7188446c52b3b6182cc1d339.tar.gz gcc-75f4645f1da86e2a7188446c52b3b6182cc1d339.tar.bz2 |
t-linux: Define MULTIARCH_DIRNAME.
2012-11-21 Matthias Klose <doko@ubuntu.com>
* config/m68k/t-linux: Define MULTIARCH_DIRNAME.
From-SVN: r193714
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/m68k/t-linux | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f2ba2b1..8b2c8c5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2012-11-21 Matthias Klose <doko@ubuntu.com> + * config/m68k/t-linux: Define MULTIARCH_DIRNAME. + +2012-11-21 Matthias Klose <doko@ubuntu.com> + * config/ia64/t-linux: New file; define MULTIARCH_DIRNAME. * config.gcc <ia64*-*-linux*> (tmake_file): Include ia64/t-linux. diff --git a/gcc/config/m68k/t-linux b/gcc/config/m68k/t-linux index 3fa2947..4e3d559 100644 --- a/gcc/config/m68k/t-linux +++ b/gcc/config/m68k/t-linux @@ -19,6 +19,10 @@ # Only include multilibs for 680x0 and ColdFire CPUs with an MMU. M68K_MLIB_CPU += && ((CPU ~ "^m680") || (CPU ~ "^mcf")) && (FLAGS ~ "FL_MMU") +ifeq ($(M68K_ARCH),m68k) +MULTIARCH_DIRNAME = $(call if_multiarch,m68k-linux-gnu) +endif + # This rule uses MULTILIB_MATCHES to generate a definition of # SYSROOT_SUFFIX_SPEC. sysroot-suffix.h: $(srcdir)/config/m68k/print-sysroot-suffix.sh |