tinygo/compileopts
Ayke van Laethem 8f8232aada compileopts: fix CGo when cross compiling
Use the cross compiling toolchains for compiling/linking. This fixes CGo
support, and therefore allows CGo to be used when cross compiling to
Linux on a different architecture.
This commit also removes some redundant testing code.
2020-01-20 20:30:42 +01:00
..
config.go compiler: add support for CGO_ENABLED environment variable 2020-01-14 07:13:12 +01:00
options.go main: add -programmer flag 2019-11-12 17:45:26 +01:00
target.go compileopts: fix CGo when cross compiling 2020-01-20 20:30:42 +01:00
target_test.go main: move target specification into a separate package 2019-11-04 11:45:35 +01:00