Patch for Darwin
H. J. Lu
hjl@lucon.org
Sun Apr 10 23:32:00 GMT 2005
More information about the Binutils mailing list
Sun Apr 10 23:32:00 GMT 2005
- Previous message (by thread): Fix m68k and mips
- Next message (by thread): Patch for Darwin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 ();
- Previous message (by thread): Fix m68k and mips
- Next message (by thread): Patch for Darwin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list