source: mainline/src/build.ia32@ 272f4271

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 272f4271 was 9060bd1, checked in by Jakub Jermar <jakub@…>, 20 years ago

IA-32 can be now cross-compiled by ./build.ia32 cross.
Unify IA-32 Makefile.inc and Makefile.inc.cross.

Update doc/requirements.

Small changes elsewere.

  • Property mode set to 100755
File size: 118 bytes
Line 
1#! /bin/sh
2
3COMPILER=""
4
5if [ $1 == "cross" ];
6then
7 COMPILER="CROSS_COMPILER=yes";
8fi;
9
10make all ARCH=ia32 $COMPILER
Note: See TracBrowser for help on using the repository browser.