public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [patch] change linux-gnu* -> linux* in libtool files
@ 2006-04-15 12:39 Mike Frysinger
  2006-04-21  7:25 ` Alan Modra
  0 siblings, 1 reply; 5+ messages in thread
From: Mike Frysinger @ 2006-04-15 12:39 UTC (permalink / raw)
  To: binutils

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

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] 5+ messages in thread

* Re: [patch] change linux-gnu* -> linux* in libtool files
  2006-04-15 12:39 [patch] change linux-gnu* -> linux* in libtool files Mike Frysinger
@ 2006-04-21  7:25 ` Alan Modra
  2006-04-21  8:14   ` Mike Frysinger
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Modra @ 2006-04-21  7:25 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: binutils

On Fri, Apr 14, 2006 at 08:53:29PM -0400, Mike Frysinger wrote:
> upstream libtool changed libtool.m4 a while back to look for 'linux*)' instead 
> of 'linux-gnu*)' ... ive also tweaked the ltconfig accordingly

This patch should have been copied to the gcc-patches and gdb-patches
lists for someone like DJ Delorie to approve.  We want to keep the gcc
versions of these files in sync with the src versions.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

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

* Re: [patch] change linux-gnu* -> linux* in libtool files
  2006-04-21  7:25 ` Alan Modra
@ 2006-04-21  8:14   ` Mike Frysinger
  2006-04-21 14:50     ` Andreas Schwab
  0 siblings, 1 reply; 5+ messages in thread
From: Mike Frysinger @ 2006-04-21  8:14 UTC (permalink / raw)
  To: Alan Modra; +Cc: binutils

On Thursday 20 April 2006 22:23, Alan Modra wrote:
> On Fri, Apr 14, 2006 at 08:53:29PM -0400, Mike Frysinger wrote:
> > upstream libtool changed libtool.m4 a while back to look for 'linux*)'
> > instead of 'linux-gnu*)' ... ive also tweaked the ltconfig accordingly
>
> This patch should have been copied to the gcc-patches and gdb-patches
> lists for someone like DJ Delorie to approve.  We want to keep the gcc
> versions of these files in sync with the src versions.

i havent submitted patches for top level files before so i didnt really know 
the proper method ... resent now, thanks for the corrections
-mike

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

* Re: [patch] change linux-gnu* -> linux* in libtool files
  2006-04-21  8:14   ` Mike Frysinger
@ 2006-04-21 14:50     ` Andreas Schwab
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Schwab @ 2006-04-21 14:50 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: binutils

Mike Frysinger <vapier@gentoo.org> writes:

> i havent submitted patches for top level files before so i didnt really know 
> the proper method ...

See the toplevel MAINTAINERS file for hints.  It should contain all the
information that is needed for proper patch submission.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* [patch] change linux-gnu* -> linux* in libtool files
@ 2006-04-21  8:10 Mike Frysinger
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger @ 2006-04-21  8:10 UTC (permalink / raw)
  To: binutils; +Cc: gcc-patches, gdb-patches

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

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] 5+ messages in thread

end of thread, other threads:[~2006-04-21  8:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-15 12:39 [patch] change linux-gnu* -> linux* in libtool files Mike Frysinger
2006-04-21  7:25 ` Alan Modra
2006-04-21  8:14   ` Mike Frysinger
2006-04-21 14:50     ` Andreas Schwab
2006-04-21  8:10 Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).