Skip to content

Commit

Permalink
safec: aarch64 support added
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
moorthy-bs authored and kraj committed Apr 16, 2020
1 parent 26fed9b commit 77bb271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-core/safec/safec_3.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SRC_URI = "git://github.com/rurban/safeclib.git \

CPPFLAGS_append_libc-musl = " -D_GNU_SOURCE"

COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm).*-linux'
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64).*-linux'

PACKAGES =+ "${PN}-check"

Expand Down

0 comments on commit 77bb271

Please sign in to comment.