fix netbsd32

db4
Doug Coleman 2008-03-25 13:51:09 -05:00
parent c106a35b38
commit 8362ef0958
1 changed files with 2 additions and 0 deletions

View File

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