aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/config/i386/t-kfreebsd
blob: 762d520fae9372156d2fe38dc65721690314f70e (plain)
1
2
3
4
5
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)))