summary refs log tree commit diff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/guix.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/guix.m4 b/m4/guix.m4
index 8e1cfa037c..1e5985b30b 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