[patch] Fix typo in multiarch definition for kfreebsd

Matthias Klose doko@ubuntu.com
Wed Dec 19 16:39:00 GMT 2012


Fixes a typo in the multiarch definition for kfreebsd. Committed as obvious.

  Matthias

2012-12-19  Matthias Klose  <doko@ubuntu.com>

        * config/i386/t-kfreebsd (MULTIARCH_DIRNAME): Add comma to
	separate arguments in make function.

Index: config/i386/t-kfreebsd
===================================================================
--- config/i386/t-kfreebsd	(Revision 194615)
+++ config/i386/t-kfreebsd	(Arbeitskopie)
@@ -2,4 +2,4 @@

 # MULTILIB_OSDIRNAMES are set in t-linux64.
 KFREEBSD_OS = $(filter kfreebsd%, $(word 3, $(subst -, ,$(target))))
-MULTILIB_OSDIRNAMES := $(filter-out mx32=% $(subst
linux,$(KFREEBSD_OS),$(MULTILIB_OSDIRNAMES)))
+MULTILIB_OSDIRNAMES := $(filter-out mx32=%,$(subst
linux,$(KFREEBSD_OS),$(MULTILIB_OSDIRNAMES)))



More information about the Gcc-patches mailing list