aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/isl-0.11.1-aarch64-support.patch
blob: c5607fc80dc737f412d5d7e4148fa6494d6f95f8 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Add aarch64 support to config.guess and config.sub, as would be found if using
a more recent version of autoconf.
---
 config.guess          |    7 +++++++
 config.sub            |    1 +
 2 files changed, 8 insertions(+)

diff --git a/config.guess b/config.guess
index 40eaed4..baad294 100755
--- a/config.guess
+++ b/config.guess
@@ -861,6 +861,13 @@ EOF
     i*86:Minix:*:*)
 	echo ${UNAME_MACHINE}-pc-minix
 	exit ;;
+    aarch64:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
+    aarch64_be:Linux:*:*)
+	UNAME_MACHINE=aarch64_be
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
     alpha:Linux:*:*)
 	case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
 	  EV5)   UNAME_MACHINE=alphaev5 ;;
diff --git a/config.sub b/config.sub
index 30fdca8..8f5b018 100755
--- a/config.sub
+++ b/config.sub
@@ -247,6 +247,7 @@ case $basic_machine in
 	# Some are omitted here because they have special meanings below.
 	1750a | 580 \
 	| a29k \
+	| aarch64 | aarch64_be \
 	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
 	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
 	| am33_2.0 \
-- 
2.9.0

u/packages/ssh.scm?id=5a3429bcc52a47ca9c879b9ace092eecddeed300'>gnu: guile-ssh: Fix bug in 'node-guile-version'....Ludovic Courtès 2017-05-13gnu: guile-ssh: Rename "guile2.2-ssh" to "guile-ssh"....Ludovic Courtès 2017-05-09gnu: guile-ssh: Update to 0.11.0....Ludovic Courtès 2017-05-09gnu: guile2.2-ssh: Update snapshot....Ludovic Courtès 2017-05-04gnu: openssh: groff is a native-input....Leo Famulari 2017-04-22gnu: Add guile2.2-ssh....Ludovic Courtès 2017-03-27Merge branch 'master' into core-updatesLeo Famulari 2017-03-27gnu: corkscrew: Install the README file....Tobias Geerinckx-Rice 2017-03-27gnu: corkscrew: Improve descriptions....Tobias Geerinckx-Rice 2017-03-27gnu: corkscrew: Download source from a mirror....Tobias Geerinckx-Rice 2017-03-27gnu: mosh: Update to 1.3.0....Tobias Geerinckx-Rice 2017-03-22Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner 2017-03-22gnu: openssh: Update to 7.5p1....Leo Famulari 2017-03-19gnu: lsh: Use libc's argp instead of the bundled one....Ludovic Courtès 2017-03-09Merge branch 'master' into core-updatesLudovic Courtès 2017-02-26gnu: libssh2: Fix build failure after 1.8.0 upgrade....Marius Bakke 2017-02-26gnu: libssh: Update to 0.7.4....Marius Bakke 2017-01-23Merge branch 'master' into core-updatesLudovic Courtès 2017-01-19gnu: Move Kerberos implemetations to (gnu packages kerberos)....Ludovic Courtès 2017-01-06Merge branch 'master' into core-updatesLeo Famulari 2016-12-22gnu: libssh2: Update to 1.8.0....Leo Famulari 2016-12-19gnu: openssh: Update to 7.4p1....Leo Famulari