mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-24 10:00:07 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user