| Submitter | Matthias Klose |
|---|---|
| Date | Dec. 19, 2012, 4:38 p.m. |
| Message ID | <50D1ED8D.6090506@ubuntu.com> |
| Download | mbox | patch |
| Permalink | /patch/207457/ |
| State | New |
| Headers | show |
Comments
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)))
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)))