source:
mainline/build.ia32@
b07a838
Last change on this file since b07a838 was b07a838, checked in by , 20 years ago | |
---|---|
|
|
File size: 122 bytes |
Line | |
---|---|
1 | #! /bin/sh |
2 | |
3 | COMPILER="" |
4 | |
5 | if [ "$1" == "native" ]; |
6 | then |
7 | COMPILER="NATIVE_COMPILER=yes"; |
8 | fi; |
9 | |
10 | make all ARCH=ia32 $COMPILER |
Note:
See TracBrowser
for help on using the repository browser.