1
0
mirror of https://github.com/mirror/tinycc.git synced 2025-02-14 07:10:07 +08:00

Temporary remove osx cross build which is broken, at least on Windows.

This commit is contained in:
Christian Jullien 2021-07-07 09:09:12 +02:00
parent b964fc6922
commit 592cf7fb25

View File

@ -281,13 +281,15 @@ cross-test : tcctest.c examples/ex3.c
@echo ------------ $@ ------------
$(foreach T,$(CROSS-TGTS),$(call CROSS-COMPILE,$T))
CROSS-MACOS= # x86_64-osx
CROSS-TGTS = \
i386 \
i386-win32 \
i386-OpenBSD \
x86_64 \
x86_64-win32 \
x86_64-osx \
$(CROSS-MACOS) \
x86_64-FreeBSD \
x86_64-NetBSD \
x86_64-OpenBSD \