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

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

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

From-SVN: r194617
This commit is contained in:
Matthias Klose 2012-12-19 16:39:23 +00:00 committed by Matthias Klose
parent 6ce8fd9d2b
commit baeb2e1647
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-12-19 Matthias Klose <doko@ubuntu.com>
* config/i386/t-kfreebsd (MULTIARCH_DIRNAME): Add comma to
separate arguments in make function.
2012-12-19 Uros Bizjak <ubizjak@gmail.com>
Yuri Rumyantsev <ysrumyan@gmail.com>

View File

@ -2,4 +2,4 @@ MULTIARCH_DIRNAME = $(call if_multiarch,i386-kfreebsd-gnu)
# 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)))