diff options
Diffstat (limited to '.builds/debian-aarch64.yml')
-rw-r--r-- | .builds/debian-aarch64.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.builds/debian-aarch64.yml b/.builds/debian-aarch64.yml index 2d4f176..e2c5a6b 100644 --- a/.builds/debian-aarch64.yml +++ b/.builds/debian-aarch64.yml @@ -3,7 +3,7 @@ packages: - gcc-aarch64-linux-gnu - qemu-user sources: -- https://git.sr.ht/~mcf/cc +- https://git.sr.ht/~mcf/cproc - https://git.sr.ht/~mcf/qbe environment: PATH: $HOME/qbe/obj:$PATH @@ -15,11 +15,11 @@ tasks: #define Deftgt T_arm64 EOF make - cd ../cc + cd ../cproc ./configure \ --target=aarch64-linux-gnu \ --with-ldso=/usr/aarch64-linux-gnu/lib/ld-linux-aarch64.so.1 \ --with-gcc-libdir=/usr/lib/gcc-cross/aarch64-linux-gnu/8 make all check make bootstrap LDFLAGS='-Wl,-rpath,/usr/aarch64-linux-gnu/lib' - file stage2/cc stage2/cc-qbe + file stage2/cproc stage2/cproc-qbe |