Applying patch from Bas Wijnen <wijnen@debian.org> to make Check_crossarchitecture() working on non-listed architectures (Closes: #472775).

This commit is contained in:
Daniel Baumann 2008-03-26 10:37:39 +01:00
parent fe6768ed0f
commit 58544b017b
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ Check_crossarchitecture ()
powerpc|ppc64) powerpc|ppc64)
CROSS="powerpc ppc64" CROSS="powerpc ppc64"
;; ;;
*)
CROSS="${HOST}"
;;
esac esac
Check_architecture "${CROSS}" Check_architecture "${CROSS}"