Closed tl-christopher-fleetwood closed 9 months ago
This PR hopes to enable aarch64 static rust binaries. However currently it seems that rust is still looking for libgcc_s.so.1 currently, some more details in issues here and here.
aarch64
libgcc_s.so.1
implemented in #133.
This PR hopes to enable
aarch64
static rust binaries. However currently it seems that rust is still looking forlibgcc_s.so.1
currently, some more details in issues here and here.