From 235ce9bac9f82488a8d5e31b95c3916282bd1867 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Wed, 16 May 2007 14:52:02 +0000 Subject: [PATCH] Patch config.sub to recognize uclibc system. --- bootstrap | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/bootstrap b/bootstrap index ba7c30e81b..6a628ff4e7 100755 --- a/bootstrap +++ b/bootstrap @@ -472,6 +472,22 @@ ${autoconf} ${autoheader} ${automake} --add-missing --copy -Wall +# patch for uclibc support on linux (remove when fixed) +patch -s -p0 << 'EOF' +--- autotools/config.sub.orig 2007-05-16 13:16:41.000000000 +0200 ++++ autotools/config.sub 2007-05-16 13:17:34.000000000 +0200 +@@ -1110,6 +1110,9 @@ + -unixware*) + os=-sysv4.2uw + ;; ++ -uclibc*) ++ os=-linux ++ ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; +EOF + ## ## files which need to be regenerated ## -- 2.39.5