This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [success] crosstool-0.38 host=darwin target=linux


key patches are ...

(1) slightly modified glibc-configure-apple-as-ld.patch

--- glibc-2.3.5/configure.old       2006-01-01 23:26:20.000000000 -0500
+++ glibc-2.3.5/configure   2006-01-01 23:28:36.000000000 -0500

[...]
This patch looks a little like the patch I had to make for Solaris because gcc was linked with the native linker/assembler, except I modified crosstool.sh instead of the configure script.


It only happens in more recent gcc's because you need to install glibc headers first, and you're not compiling anything at that stage anyway. I thought that this problem would only hit solaris because it's such a messed up build environment to begin with, but maybe I'm wrong.

Dan, maybe crosstool.sh needs a generic patch to work around the check for GNU ld/as based upon what I had to do with solaris (it's in the archive from a couple of weeks ago, and has if [ "`arch`" = "SunOS" ] around it currently).

Rob




------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]