]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/MAI/bios_emulator/scitech/bin/gcc-freebsd.sh
* Patch by Thomas Frieden, 13 Nov 2002:
[karo-tx-uboot.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