freeBSD fixes

This commit is contained in:
Dave Murphy 2008-02-07 19:41:59 +00:00
parent 62f0c6dcf3
commit 013f07dfd5
2 changed files with 9 additions and 1 deletions

View File

@ -327,6 +327,14 @@ fi
echo use $GAWK as gawk
export GAWK
#---------------------------------------------------------------------------------
# find makeinfo, needed for newlib
#---------------------------------------------------------------------------------
if [ ! -x $(which makeinfo) ]; then
echo makeinfo not found
exit 1
fi
#---------------------------------------------------------------------------------
# Add installed devkit to the path, adjusting path on minsys
#---------------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
#!/bin/sh
DEVKITPPC=$TOOLPATH/devkitPPC
export DEVKITPPC=$TOOLPATH/devkitPPC
#---------------------------------------------------------------------------------
# Install and build the gamecube crt and libogc