Import upstream u-boot 1.1.4
[u-boot.git] / board / MAI / bios_emulator / scitech / bin / gcc-freebsd.sh
1 #! /bin/sh
2
3 # Setup for compiling with GCC/G++ for FreeBSD
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_freebsd.mk
12 export INCLUDE="-Iinclude -I$SCITECH/include -I$PRIVATE/include"
13 export USE_X11=1
14 export USE_FREEBSD=1
15
16 echo GCC FreeBSD console compilation environment set up