mirror of
https://github.com/encounter/object-testfiles.git
synced 2026-07-10 12:18:40 -07:00
Add Loongarch64 test cases (#2)
This commit is contained in:
Executable
BIN
Binary file not shown.
Binary file not shown.
Regular → Executable
+2
@@ -6,3 +6,5 @@ aarch64-linux-gnu-gcc -c base.c -o base-aarch64.o
|
||||
aarch64-linux-gnu-gcc base.c -o base-aarch64
|
||||
mips64el-linux-gnuabi64-gcc -c base.c -o base-mips64el.o
|
||||
mips64el-linux-gnuabi64-gcc base.c -o base-mips64el
|
||||
loongarch64-unknown-linux-gnu-gcc -c base.c -o base-loongarch64.o
|
||||
loongarch64-unknown-linux-gnu-gcc base.c -o base-loongarch64
|
||||
|
||||
Reference in New Issue
Block a user