public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Patch for Darwin
       [not found]     ` <0b413afb0df031337779edb8caa60308@dalecki.de>
@ 2005-04-10 23:32       ` H. J. Lu
  2005-04-10 23:38         ` Mike Frysinger
  0 siblings, 1 reply; 3+ messages in thread
From: H. J. Lu @ 2005-04-10 23:32 UTC (permalink / raw)
  To: Marcin Dalecki; +Cc: binutils

On Mon, Apr 11, 2005 at 01:25:54AM +0200, Marcin Dalecki wrote:
> 
> I have to thank you. BTW the attached patch is fixing the compilation 
> inside
> a cross build environment for Darwin.

I am forwarding your patch to the binutils mailing list.

> 
> Another question: Would you contemplate including patches for 
> configuration
> of a uclibc based target?
> 
> 

Please send them to the binutils mailing list.


H.J.
----
diff -ur binutils-2.16.90.0.1/include/libiberty.h binutils-2.16.90.0.1-new/include/libiberty.h
--- binutils-2.16.90.0.1/include/libiberty.h	Sat Apr  9 21:03:16 2005
+++ binutils-2.16.90.0.1-new/include/libiberty.h	Mon Apr 11 00:28:29 2005
@@ -74,7 +74,7 @@
    to find the declaration so provide a fully prototyped one.  If it
    is 1, we found it so don't provide any declaration at all.  */
 #if !HAVE_DECL_BASENAME
-#if defined (__GNU_LIBRARY__ ) || defined (__linux__) || defined (__FreeBSD__) || defined (__OpenBSD__) || defined(__NetBSD__) || defined (__CYGWIN__) || defined (__CYGWIN32__) || defined (__MINGW32__) || defined (HAVE_DECL_BASENAME)
+#if defined (__GNU_LIBRARY__ ) || defined (__linux__) || defined (__FreeBSD__) || defined (__OpenBSD__) || defined(__NetBSD__) || defined (__CYGWIN__) || defined (__CYGWIN32__) || defined (__MINGW32__) || defined (__APPLE__) || defined (HAVE_DECL_BASENAME)
 extern char *basename (const char *);
 #else
 extern char *basename ();

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

* Re: Patch for Darwin
  2005-04-10 23:32       ` Patch for Darwin H. J. Lu
@ 2005-04-10 23:38         ` Mike Frysinger
  2005-04-11  1:15           ` Marcin Dalecki
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2005-04-10 23:38 UTC (permalink / raw)
  To: binutils; +Cc: Marcin Dalecki

On Sunday 10 April 2005 07:32 pm, H. J. Lu wrote:
> On Mon, Apr 11, 2005 at 01:25:54AM +0200, Marcin Dalecki wrote:
> > Another question: Would you contemplate including patches for
> > configuration
> > of a uclibc based target?
>
> Please send them to the binutils mailing list.

what patches are you talking about ?  Nick and some others already accepted 
changes which change the '-linux-gnu*' form to just '-linux-*' thus making 
uClibc a non issue with binutils now
-mike

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

* Re: Patch for Darwin
  2005-04-10 23:38         ` Mike Frysinger
@ 2005-04-11  1:15           ` Marcin Dalecki
  0 siblings, 0 replies; 3+ messages in thread
From: Marcin Dalecki @ 2005-04-11  1:15 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: binutils


On 2005-04-11, at 01:38, Mike Frysinger wrote:

> On Sunday 10 April 2005 07:32 pm, H. J. Lu wrote:
>> On Mon, Apr 11, 2005 at 01:25:54AM +0200, Marcin Dalecki wrote:
>>> Another question: Would you contemplate including patches for
>>> configuration
>>> of a uclibc based target?
>>
>> Please send them to the binutils mailing list.
>
> what patches are you talking about ?  Nick and some others already 
> accepted
> changes which change the '-linux-gnu*' form to just '-linux-*' thus 
> making
> uClibc a non issue with binutils now

Yes I just finished bootstrapping now. It works fine now indeed.
I was just guessing from:

1. 2.15.96 and preview HJLu release 2.15.94.2.2
2. grep -r for uclibc over the tree.

Sorry for bothering you.

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

end of thread, other threads:[~2005-04-11  1:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20050410174320.GA29704@lucon.org>
     [not found] ` <1156950288b3ac5c15e40e805766fe5e@dalecki.de>
     [not found]   ` <20050410223022.GA1400@lucon.org>
     [not found]     ` <0b413afb0df031337779edb8caa60308@dalecki.de>
2005-04-10 23:32       ` Patch for Darwin H. J. Lu
2005-04-10 23:38         ` Mike Frysinger
2005-04-11  1:15           ` Marcin Dalecki

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).