Add support for sparc install includes.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-06-20 01:35:18 +01:00
parent ec998961a8
commit 21d51d04f9
1 changed files with 4 additions and 0 deletions

View File

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