Browse Source

package/erlang: support building on aarch64

Erlang has good support for aarch64 hosts, and this allows it to be
built without a warning.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 54b6eced24326ce02328d64d415753a5c0c79e00)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Frank Hunleth 1 năm trước cách đây
mục cha
commit
73554da86f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      package/erlang/Config.in

+ 1 - 0
package/erlang/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_HOST_ERLANG_ARCH_SUPPORTS
 config BR2_PACKAGE_HOST_ERLANG_ARCH_SUPPORTS
 	bool
 	bool
+	default y if BR2_HOSTARCH = "aarch64"
 	default y if BR2_HOSTARCH = "x86_64"
 	default y if BR2_HOSTARCH = "x86_64"
 	default y if BR2_HOSTARCH = "x86"
 	default y if BR2_HOSTARCH = "x86"