diff mbox

Fix typo in multiarch definition for kfreebsd

Message ID 50D1ED8D.6090506@ubuntu.com
State New
Headers show

Commit Message

Matthias Klose Dec. 19, 2012, 4:38 p.m. UTC
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.

+MULTILIB_OSDIRNAMES := $(filter-out mx32=%,$(subst
linux,$(KFREEBSD_OS),$(MULTILIB_OSDIRNAMES)))
diff mbox

Patch

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)))