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