xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/t-kfreebsd (revision 4d6fc14bc9b0c5bf3e30be318c143ee82cadd108)
1MULTIARCH_DIRNAME = $(call if_multiarch,i386-kfreebsd-gnu)
2
3# MULTILIB_OSDIRNAMES are set in t-linux64.
4KFREEBSD_OS = $(filter kfreebsd%, $(word 3, $(subst -, ,$(target))))
5MULTILIB_OSDIRNAMES := $(filter-out mx32=%,$(subst linux,$(KFREEBSD_OS),$(MULTILIB_OSDIRNAMES)))
6