Skip to content

Commit

Permalink
package/erlang: support building on aarch64
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
fhunleth authored and tpetazzoni committed Sep 8, 2023
1 parent f862a1a commit 54b6ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/erlang/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
config BR2_PACKAGE_HOST_ERLANG_ARCH_SUPPORTS
bool
default y if BR2_HOSTARCH = "aarch64"
default y if BR2_HOSTARCH = "x86_64"
default y if BR2_HOSTARCH = "x86"

Expand Down

0 comments on commit 54b6ece

Please sign in to comment.