cvw/tests/fp/sample/compile.sh

4 lines
118 B
Bash
Raw Normal View History

2022-02-26 19:20:50 +00:00
#!/bin/sh
gcc -c -I. -I../../source/include -O2 -o $1.o $1.c
gcc -I -I. -I../../source/include -o $1 $1.o softfloat.a