From 64d5db7635a6b2cff433e1d31a46fc6cc457b1c9 Mon Sep 17 00:00:00 2001 From: Christian Jullien Date: Tue, 12 Jan 2021 07:08:39 +0100 Subject: [PATCH] *BSD: fix broken Makefile on all BSD systems. --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a0d3fd62..fae8e023 100644 --- a/Makefile +++ b/Makefile @@ -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