From 4afc571314e86867311472f5646cae6a38226a4c Mon Sep 17 00:00:00 2001 From: "Cody A.W. Somerville" Date: Fri, 17 Apr 2009 10:23:38 +0200 Subject: Adding lpia support. --- helpers/lh_binary_includes | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'helpers/lh_binary_includes') diff --git a/helpers/lh_binary_includes b/helpers/lh_binary_includes index 9dfeb18b5..57d33cd99 100755 --- a/helpers/lh_binary_includes +++ b/helpers/lh_binary_includes @@ -70,6 +70,10 @@ case "${LH_ARCHITECTURE}" in ARCH="386" ;; + lpia) + ARCH="lpi" + ;; + powerpc) ARCH="ppc" ;; -- cgit v1.2.3