Add support for sparc install includes.

This commit is contained in:
Chris Lamb 2008-06-20 01:35:18 +01:00 committed by Daniel Baumann
parent 468838fdad
commit fd9c9df5a8
1 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,10 @@ case "${LH_ARCHITECTURE}" in
ARCH="386" ARCH="386"
;; ;;
spa)
ARCH="spa"
;;
powerpc) powerpc)
ARCH="ppc" ARCH="ppc"
;; ;;