GNU bug report logs - #17883
[PATCH] configure.ac: uclinux is also linux

Previous Next

Package: parted;

Reported by: Gustavo Zacarias <gustavo <at> zacarias.com.ar>

Date: Mon, 30 Jun 2014 13:45:02 UTC

Severity: normal

Tags: patch

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Gustavo Zacarias <gustavo <at> zacarias.com.ar>
To: bug-parted <at> gnu.org
Cc: Gustavo Zacarias <gustavo <at> zacarias.com.ar>
Subject: [PATCH] configure.ac: uclinux is also linux
Date: Mon, 30 Jun 2014 10:14:42 -0300
uclinux is used in the tuple for some noMMU linux builds like Blackfin
FLAT output, so accept it as linux too.

Signed-off-by: Gustavo Zacarias <gustavo <at> zacarias.com.ar>
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 436d0e2..50ad478 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,10 +58,10 @@ AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
 
 AC_CANONICAL_HOST
 case "$host_os" in
-	linux*) OS=linux ;;
+	linux*|uclinux*) OS=linux ;;
 	gnu*)	OS=gnu ;;
 	beos*)	OS=beos ;;
-	*)	AC_MSG_ERROR([Unknown or unsupported OS "$host_os".  Only "linux", "gnu" and "beos" are supported in this version of GNU Parted.]) ;;
+	*)	AC_MSG_ERROR([Unknown or unsupported OS "$host_os".  Only "linux", "uclinux", "gnu" and "beos" are supported in this version of GNU Parted.]) ;;
 esac
 AC_SUBST([OS])
 
-- 
1.8.5.5





This bug report was last modified 10 years and 355 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.