mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-28 23:58:41 +08:00
*BSD: fix broken Makefile on all BSD systems.
This commit is contained in:
parent
c9bdfcedb4
commit
64d5db7635
7
Makefile
7
Makefile
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user