*BSD: fix broken Makefile on all BSD systems.

This commit is contained in:
Christian Jullien 2021-01-12 07:08:39 +01:00
parent c9bdfcedb4
commit 64d5db7635

View file

@ -62,9 +62,10 @@ else
endif
export MACOSX_DEPLOYMENT_TARGET := 10.6
endif
ifdef CONFIG_BSD
NATIVE_TARGET = $(ARCH)-$(TARGETOS)
endif
# Unclear why the following ifdef was defined. Build fails on all *BSD
# ifdef CONFIG_BSD
# NATIVE_TARGET = $(ARCH)-$(TARGETOS)
# endif
endif
# run local version of tcc with local libraries and includes