mirror of
https://github.com/encounter/object-testfiles.git
synced 2026-07-10 12:18:40 -07:00
4 lines
146 B
Bash
Executable File
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
|