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:
parent
6ce8fd9d2b
commit
baeb2e1647
@ -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>
|
||||
|
||||
|
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user