*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 endif
export MACOSX_DEPLOYMENT_TARGET := 10.6 export MACOSX_DEPLOYMENT_TARGET := 10.6
endif endif
ifdef CONFIG_BSD # Unclear why the following ifdef was defined. Build fails on all *BSD
NATIVE_TARGET = $(ARCH)-$(TARGETOS) # ifdef CONFIG_BSD
endif # NATIVE_TARGET = $(ARCH)-$(TARGETOS)
# endif
endif endif
# run local version of tcc with local libraries and includes # run local version of tcc with local libraries and includes