Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [patch ping] change linux-gnu* -> linux* in libtool files
@ 2006-09-25 17:14 Mike Frysinger
  2006-09-25 17:30 ` Ian Lance Taylor
  2006-09-26 13:54 ` Nick Clifton
  0 siblings, 2 replies; 11+ messages in thread
From: Mike Frysinger @ 2006-09-25 17:14 UTC (permalink / raw)
  To: binutils; +Cc: gcc-patches, gdb-patches

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]

ok to commit to sourceware repo ?

upstream libtool changed libtool.m4 a while back to look for 'linux*)' instead 
of 'linux-gnu*)' ... ive also tweaked the ltconfig accordingly
-mike

[-- Attachment #2: binutils-libtool-generic-linux.patch --]
[-- Type: text/x-diff, Size: 740 bytes --]

2006-04-10  Mike Frysinger  <vapier@gentoo.org>

	* libtool.m4: Accept linux* instead of just linux-gnu*.
	* ltconfig: Likewise.  Also accept linux-uclibc* as well as linux-gnu*.

--- libtool.m4
+++ libtool.m4
@@ -739,7 +739,7 @@
   ;;
 
 # This must be Linux ELF.
-linux-gnu*)
+linux*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
--- ltconfig
+++ ltconfig
@@ -602,7 +602,7 @@
 
 # Transform linux* to *-*-linux-gnu*, to support old configure scripts.
 case $host_os in
-linux-gnu*) ;;
+linux-gnu*|linux-uclibc*) ;;
 linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
 esac
 
@@ -1247,7 +1247,7 @@
   ;;
 
 # This must be Linux ELF.
-linux-gnu*)
+linux*)
   version_type=linux
   need_lib_prefix=no
   need_version=no

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2006-09-26 13:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-25 17:14 [patch ping] change linux-gnu* -> linux* in libtool files Mike Frysinger
2006-09-25 17:30 ` Ian Lance Taylor
2006-09-25 17:59   ` Mike Frysinger
2006-09-25 18:48     ` Michael Snyder
2006-09-25 19:08       ` Mike Frysinger
2006-09-25 19:20         ` Michael Snyder
2006-09-25 19:32           ` Paul Brook
2006-09-25 19:41           ` Mike Frysinger
2006-09-25 19:37         ` Ian Lance Taylor
2006-09-25 21:22   ` Thiemo Seufer
2006-09-26 13:54 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox