mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 08:36:05 -04:00
6 lines
270 B
Plaintext
6 lines
270 B
Plaintext
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)))
|