]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/MAI/bios_emulator/scitech/bin/qnx4.sh
USB: This patch fix readl in ohci swap reg access.
[people/ms/u-boot.git] / board / MAI / bios_emulator / scitech / bin / qnx4.sh
1 #! /bin/sh
2
3 # Setup for compiling with Watcom C/C++ for QNX4
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/qnx4.mk
12 export INCLUDE="-I$SCITECH/include -I$PRIVATE/include -I/usr/include"
13 export USE_QNX=1
14 export USE_QNX4=1
15 export WC_LIBBASE=wc10
16
17 echo Qnx 4 console compilation environment set up
18