Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Panda
TinyCC
Commits
592cf7fb
Commit
592cf7fb
authored
Jul 07, 2021
by
Christian Jullien
Browse files
Temporary remove osx cross build which is broken, at least on Windows.
parent
b964fc69
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile
View file @
592cf7fb
...
...
@@ -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
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment