]> gcc.gnu.org Git - gcc.git/commitdiff
t-kfreebsd (MULTIARCH_DIRNAME): Add comma to separate arguments in make function.
authorMatthias Klose <doko@ubuntu.com>
Wed, 19 Dec 2012 16:39:23 +0000 (16:39 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Wed, 19 Dec 2012 16:39:23 +0000 (16:39 +0000)
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

gcc/ChangeLog
gcc/config/i386/t-kfreebsd

index be21ba93aaf17e30b49df37b4b8c85d04a912a31..2a76488ab5d2e935825c0e8ce1c2fa188e27274d 100644 (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>
 
index b8338a9f9fcc0575d3a29ac629f1a5997852c450..762d520fae9372156d2fe38dc65721690314f70e 100644 (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)))
This page took 0.097199 seconds and 5 git commands to generate.