From: Matthias Klose Date: Wed, 21 Nov 2012 23:01:30 +0000 (+0000) Subject: t-linux: Define MULTIARCH_DIRNAME. X-Git-Tag: releases/gcc-4.8.0~1849 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75f4645f1da86e2a7188446c52b3b6182cc1d339;p=thirdparty%2Fgcc.git t-linux: Define MULTIARCH_DIRNAME. 2012-11-21 Matthias Klose * config/m68k/t-linux: Define MULTIARCH_DIRNAME. From-SVN: r193714 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f2ba2b122f66..8b2c8c582715 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-11-21 Matthias Klose + + * config/m68k/t-linux: Define MULTIARCH_DIRNAME. + 2012-11-21 Matthias Klose * config/ia64/t-linux: New file; define MULTIARCH_DIRNAME. diff --git a/gcc/config/m68k/t-linux b/gcc/config/m68k/t-linux index 3fa29474693a..4e3d5598869a 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