make-functions: enable build on aarch64 multilib

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2016-04-30 03:49:06 -04:00
parent 3d7e6b4b61
commit 6378290f73

View File

@@ -2,7 +2,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2011 IPFire Team <info@ipfire.org> #
# Copyright (C) 2007-2016 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -118,7 +118,7 @@ configure_target_guess() {
x86_64|i686|i586)
echo "i586"
;;
armv7*|armv6*|armv5*)
aarch64|armv7*|armv6*|armv5*)
echo "armv5tel"
;;
*)