lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since df364582 was 941d1e9, checked in by Jakub Jermar <jakub@…>, 20 years ago |
Make cross-compiler the default compiler on IA-32.
For native compilations, use ./build.ia32 native.
Small changes elsewhere.
|
-
Property mode
set to
100755
|
File size:
120 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.