public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] Fix x32 multiarch name (x86_64-linux-gnux32)
@ 2012-11-24 17:00 Matthias Klose
  0 siblings, 0 replies; only message in thread
From: Matthias Klose @ 2012-11-24 17:00 UTC (permalink / raw)
  To: GCC Patches; +Cc: Daniel Schepler

For x86_64-linux-gnux32 I used 'x32-linux-gnu' as the multiarch name, which is
wrong, should be 'x86_64-linux-gnux32' instead (see [1]). Pointed out by Daniel
Schepler.

Committed as obvious.

  Matthias

[1] http://bugs.debian.org/667037

	* gcc/config/i386/t-linux64 (MULTILIB_OSDIRNAMES): Use
	x86_64-linux-gnux32 as multiarch name for x32.

Index: gcc/config/i386/t-linux64
===================================================================
--- gcc/config/i386/t-linux64	(Revision 193778)
+++ gcc/config/i386/t-linux64	(Arbeitskopie)
@@ -36,4 +36,4 @@
 MULTILIB_DIRNAMES   = $(patsubst m%, %, $(subst /, ,$(MULTILIB_OPTIONS)))
 MULTILIB_OSDIRNAMES = m64=../lib64$(call if_multiarch,:x86_64-linux-gnu)
 MULTILIB_OSDIRNAMES+= m32=$(if $(wildcard $(shell echo
$(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)$(call
if_multiarch,:i386-linux-gnu)
-MULTILIB_OSDIRNAMES+= mx32=../libx32$(call if_multiarch,:x32-linux-gnu)
+MULTILIB_OSDIRNAMES+= mx32=../libx32$(call if_multiarch,:x86_64-linux-gnux32)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-24 17:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-24 17:00 [patch] Fix x32 multiarch name (x86_64-linux-gnux32) Matthias Klose

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).