minix/lib/elf_build.sh
2010-12-10 22:20:12 +00:00

9 lines
137 B
Bash
Executable file

#!/bin/sh
export CC=i386-pc-minix3-gcc
export COMPILER_TYPE=gnu
export MAKEOBJDIR=obj-elf
export PATH=$PATH:/usr/gnu_cross/bin
make $@