| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
gcc 6.4.0 doesn't support flag -mcx16 which ponyc needs on aarch64.
|
| |
|
|
|
|
|
|
|
|
|
| |
g++ -o build/release/libponyrt.benchmarks build/release/obj/benchmarks/libponyrt/common/common.o build/release/obj/benchmarks/libponyrt/ds/hash.o build/release/obj/benchmarks/libponyrt/mem/heap.o build/release/obj/benchmarks/libponyrt/mem/pool.o -L build/release -L /usr/local/lib -lgbenchmark -lponyrt -lpthread -ldl -latomic -lexecinfo
Building builtin -> /home/buildozer/aports/testing/ponyc/src/ponyc-0.21.3/packages/builtin
Bus error
It works on Scaleway armv7 machine, but fails on builder running on
armv8l.
|
|
|
|
|
| |
I've tested it on Scaleway's armv7 machine. I currently don't have
access to any aarch64 machine, but it should work too.
|
| |
|
|
|
|
|
|
| |
This reverts commit c77464fda48424214fe84bdde2d8b14894dcde74.
This was a mistake.
|
| |
|
| |
|
|
An open-source, actor-model, capabilities-secure, high performance programming language
https://www.ponylang.org/
|