Files
object-testfiles/elf/nostd.sh
T
Philip CraigandGitHub 298af7d2d7 Fix nostd-mipsel filenames (#11)
The tests in the object crate already use these names.
2024-01-31 16:52:18 +10:00

4 lines
146 B
Bash
Executable File

#!/bin/sh
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