]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make-functions: enable build on aarch64 multilib
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 30 Apr 2016 07:49:06 +0000 (03:49 -0400)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 30 Apr 2016 07:49:06 +0000 (03:49 -0400)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
tools/make-functions

index a42e3fa0e5a28a934bf235dbcc4f079bc589098b..d5f0a71262750a62a743314678c6159f9431b35a 100644 (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"
                        ;;
                *)