Added sgi to case statement.
This commit is contained in:
@@ -53,7 +53,7 @@ HOST_ARCH=$2
|
||||
MAKE=$3
|
||||
|
||||
case $HOST_ARCH in
|
||||
alpha | hp700 | Linux)
|
||||
alpha | hp700 | sgi | Linux)
|
||||
# Use gcc if it can be found, or makedepend
|
||||
|
||||
GCC=`which gcc`
|
||||
|
||||
Reference in New Issue
Block a user