mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 22:43:40 +00:00
Replace own dummy syscall with standard library syscall
This makes it easier to support other standard library packages.
This commit is contained in:
+2
-3
@@ -97,10 +97,9 @@ Implemented compiler passes:
|
||||
|
||||
Requirements:
|
||||
|
||||
* Go 1.10+ (Go 1.9 has a
|
||||
[known bug](https://github.com/aykevl/tinygo/issues/2)).
|
||||
* Go 1.11+
|
||||
* LLVM dependencies, see the Software section in the
|
||||
[LLVM build guide](https://llvm.org/docs/GettingStarted.html#software).
|
||||
[LLVM build guide](https://llvm.org/docs/GettingStarted.html#software)
|
||||
|
||||
First download the sources (this takes a while):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user