Justine Tunney
|
5e2f7f7ced
|
Get LIBC_TESTLIB building on AARCH64
|
2023-05-11 19:57:09 -07:00 |
|
Justine Tunney
|
ca990ef091
|
Make llama.com -h print to stdout
|
2023-05-10 04:55:59 -07:00 |
|
Justine Tunney
|
5a455eaa0b
|
Work on magic numbers for aarch64
|
2023-05-10 04:20:48 -07:00 |
|
Justine Tunney
|
a0237a017c
|
Get llama.com working on aarch64
|
2023-05-10 04:20:47 -07:00 |
|
Justine Tunney
|
ae0ee59614
|
Get aarch64 hello world working
$ m=aarch64-tiny
$ make -j8 m=$m o/$m/tool/hello/hello.com o/third_party/qemu/qemu-aarch64
$ o/third_party/qemu/qemu-aarch64 o/$m/tool/hello/hello.com
hello world
$ ls -hal o/$m/tool/hello/hello.com
-rwxr-xr-x 1 jart jart 4.0K May 9 05:04 o/aarch64-tiny/tool/hello/hello.com
|
2023-05-10 04:20:47 -07:00 |
|
Justine Tunney
|
e5e3cdf447
|
Get LIBC_RUNTIME and LIBC_CALLS building on aarch64
|
2023-05-10 04:20:47 -07:00 |
|