Import upstream u-boot 1.1.4
[u-boot.git] / board / MAI / bios_emulator / scitech / bin / gcc-beos.sh
1 #! /bin/sh
2
3 # Setup for compiling with GCC/G++ for BeOS
4
5 if [ "$CHECKED" = "1" ]; then
6     echo Checked debug build enabled.
7 else
8     echo Release build enabled.
9 fi
10
11 export MAKESTARTUP=$SCITECH/makedefs/gcc_beos.mk
12 export INCLUDE="-Iinclude -I$SCITECH/include -I$PRIVATE/include"
13 export USE_X11=0
14 export USE_BEOS=1
15
16 echo GCC BeOS console compilation environment set up