diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-12-19 16:39:23 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-12-19 16:39:23 +0000 |
commit | abae7d71da9352babb77917224e837ffdfa118be (patch) | |
tree | e1cfcd291b1ffa4f81f2941b5153971f7eacec85 /gcc/config/i386/t-kfreebsd | |
parent | 01b851c8c74554f3d8413c4c142b606449c12ce9 (diff) | |
download | gcc-abae7d71da9352babb77917224e837ffdfa118be.tar.gz |
2012-12-19 Matthias Klose <doko@ubuntu.com>
* config/i386/t-kfreebsd (MULTIARCH_DIRNAME): Add comma to
separate arguments in make function.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194617 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/t-kfreebsd')
-rw-r--r-- | gcc/config/i386/t-kfreebsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/t-kfreebsd b/gcc/config/i386/t-kfreebsd index b8338a9f9fc..762d520fae9 100644 --- a/gcc/config/i386/t-kfreebsd +++ b/gcc/config/i386/t-kfreebsd @@ -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))) |