Fix nostd-mipsel filenames (#11)

The tests in the object crate already use these names.
This commit is contained in:
Philip Craig
2024-01-31 16:52:18 +10:00
committed by GitHub
parent 591b2536d8
commit 298af7d2d7
3 changed files with 2 additions and 2 deletions
View File
View File
+2 -2
View File
@@ -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