mirror of
https://github.com/encounter/object-testfiles.git
synced 2026-07-10 12:18:40 -07:00
Fix nostd-mipsel filenames (#11)
The tests in the object crate already use these names.
This commit is contained in:
+2
-2
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
clang -c nostd.c --target=mipsel-unknown-elf -mabi=o32
|
||||
mipsel-unknown-elf-ld --entry=0 nostd.o -o nostd
|
||||
clang -c nostd.c --target=mipsel-unknown-elf -mabi=o32 -o nostd-mipsel.o
|
||||
mipsel-unknown-elf-ld --entry=0 nostd-mipsel.o -o nostd-mipsel
|
||||
|
||||
Reference in New Issue
Block a user