Merge branch 'master' of git://factorcode.org/git/factor

db4
erg 2008-03-25 20:19:49 -05:00
commit 0f6a5f33ce
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ set_gcc() {
openbsd) ensure_program_installed egcc; CC=egcc;;
netbsd) if [[ $WORD -eq 64 ]] ; then
CC=/usr/pkg/gcc34/bin/gcc
else
CC=gcc
fi ;;
*) CC=gcc;;
esac