From: Arne Fitzenreiter Date: Sat, 30 Apr 2016 07:49:06 +0000 (-0400) Subject: make-functions: enable build on aarch64 multilib X-Git-Tag: v2.19-core103~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6378290f73461de7b06dbdd9d2c10c525f087661;p=ipfire-2.x.git make-functions: enable build on aarch64 multilib Signed-off-by: Arne Fitzenreiter --- diff --git a/tools/make-functions b/tools/make-functions index a42e3fa0e5..d5f0a71262 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# Copyright (C) 2007-2016 IPFire Team # # # # 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" ;; *)