summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-11 11:08:54 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-11 14:54:35 +0000
commitcb178f0076d9253a0419e68f190dcbece3138165 (patch)
tree8c1da0b79cad538560421fd807f15fe4fc730631
parent633aaacadead75e3c566d4da41d6d57eec819b9e (diff)
downloaddefinitions-cb178f0076d9253a0419e68f190dcbece3138165.tar.gz
Support installing the Linux headers for aarch64 systems
Support installing the Linux headers for the morph armv8l64 and armb8b64 archs.
-rw-r--r--strata/build-essential/linux-api-headers.morph2
-rw-r--r--strata/build-essential/stage2-linux-api-headers.morph2
2 files changed, 4 insertions, 0 deletions
diff --git a/strata/build-essential/linux-api-headers.morph b/strata/build-essential/linux-api-headers.morph
index 0f7ce171..0cd61ce1 100644
--- a/strata/build-essential/linux-api-headers.morph
+++ b/strata/build-essential/linux-api-headers.morph
@@ -5,6 +5,8 @@ install-commands:
case "$MORPH_ARCH" in
armv7b|armv7l|armv7lhf)
ARCH="arm" ;;
+ armv8l64|armv8b64)
+ ARCH="arm64" ;;
x86_32)
ARCH="i386" ;;
x86_64)
diff --git a/strata/build-essential/stage2-linux-api-headers.morph b/strata/build-essential/stage2-linux-api-headers.morph
index 50e1aaa5..b296408f 100644
--- a/strata/build-essential/stage2-linux-api-headers.morph
+++ b/strata/build-essential/stage2-linux-api-headers.morph
@@ -5,6 +5,8 @@ install-commands:
case "$MORPH_ARCH" in
armv7b|armv7l|armv7lhf)
ARCH="arm" ;;
+ armv8l64|armv8b64)
+ ARCH="arm64" ;;
x86_32)
ARCH="i386" ;;
x86_64)