[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: build: Fix detection of ARM systems.
From: |
Ludovic Courtès |
Subject: |
06/09: build: Fix detection of ARM systems. |
Date: |
Mon, 30 Nov 2015 22:20:48 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit dfdb15d9c2badaebfd6a047b303b687ff251256a
Author: Ludovic Courtès <address@hidden>
Date: Mon Nov 30 20:54:25 2015 +0200
build: Fix detection of ARM systems.
Reported by Andreas Enge <address@hidden>.
This fixes a regression introduced in 968ae903.
* m4/guix.m4 (GUIX_SYSTEM_TYPE): Add extra square braquets around
armv[7-9] pattern.
---
m4/guix.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/m4/guix.m4 b/m4/guix.m4
index 8e1cfa0..1e5985b 100644
--- a/m4/guix.m4
+++ b/m4/guix.m4
@@ -51,7 +51,7 @@ AC_DEFUN([GUIX_SYSTEM_TYPE], [
machine_name="i686";;
amd64)
machine_name="x86_64";;
- arm|armv[7-9]*)
+ arm|armv[[7-9]]*)
# Here we want to exclude CPUs such as "armv6l". On ARMv7
# machines, we normally get "armv7l". However, in Guix, we
# configure with --build=arm-unknown-linux-gnueabihf, leading
- branch master updated (ccd20fc -> 64ec0e2), Ludovic Courtès, 2015/11/30
- 01/09: guix package: Remove unnecessary use of (%store)., Ludovic Courtès, 2015/11/30
- 07/09: guix package: Move 'process-actions' out of sight., Ludovic Courtès, 2015/11/30
- 03/09: guix package: Move 'build-and-use-profile' out of sight., Ludovic Courtès, 2015/11/30
- 06/09: build: Fix detection of ARM systems.,
Ludovic Courtès <=
- 02/09: guix package: Move a couple of procedures out of sight., Ludovic Courtès, 2015/11/30
- 05/09: guix package: Formalize the list of actions., Ludovic Courtès, 2015/11/30
- 08/09: guix package: Refactor 'options->installable'., Ludovic Courtès, 2015/11/30
- 09/09: guix build: Modularize transformation handling., Ludovic Courtès, 2015/11/30
- 04/09: nls: Update 'de' translation., Ludovic Courtès, 2015/11/30