summaryrefslogtreecommitdiffstats
path: root/recipes-security/samhain/files
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/samhain/files')
-rw-r--r--recipes-security/samhain/files/add_aarch64_to_configure.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/recipes-security/samhain/files/add_aarch64_to_configure.patch b/recipes-security/samhain/files/add_aarch64_to_configure.patch
deleted file mode 100644
index 05f4413..0000000
--- a/recipes-security/samhain/files/add_aarch64_to_configure.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1Index: samhain-3.1.3/config.sub
2===================================================================
3--- samhain-3.1.3.orig/config.sub
4+++ samhain-3.1.3/config.sub
5@@ -250,6 +250,7 @@ case $basic_machine in
6 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
7 | am33_2.0 \
8 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
9+ | aarch64 | aarch64be \
10 | bfin \
11 | c4x | clipper \
12 | d10v | d30v | dlx | dsp16xx \
13@@ -332,6 +333,7 @@ case $basic_machine in
14 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
15 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
16 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
17+ | aarch64-* | aarch64be-* \
18 | avr-* | avr32-* \
19 | bfin-* | bs2000-* \
20 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
21Index: samhain-3.1.3/config.guess
22===================================================================
23--- samhain-3.1.3.orig/config.guess
24+++ samhain-3.1.3/config.guess
25@@ -882,6 +882,9 @@ EOF
26 echo ${UNAME_MACHINE}-unknown-linux-gnueabi
27 fi
28 exit ;;
29+ aarch64*:Linux:*:*)
30+ echo ${UNAME_MACHINE}-unknown-linux-gnu
31+ exit ;;
32 avr32*:Linux:*:*)
33 echo ${UNAME_MACHINE}-unknown-linux-gnu
34 exit ;;