source: mainline/build.ia32@ b07a838

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since b07a838 was b07a838, checked in by Martin Decky <martin@…>, 20 years ago

fix shell warning

  • Property mode set to 100755
File size: 122 bytes
RevLine 
[0985add]1#! /bin/sh
2
[9060bd1]3COMPILER=""
4
[b07a838]5if [ "$1" == "native" ];
[9060bd1]6then
[941d1e9]7 COMPILER="NATIVE_COMPILER=yes";
[9060bd1]8fi;
9
10make all ARCH=ia32 $COMPILER
Note: See TracBrowser for help on using the repository browser.