This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] ppc64 native target for gcc
On Nov 10, 2006, at 3:04 PM, Bradley Lucier wrote:
On Nov 10, 2006, at 3:17 PM, Mike Stump wrote:
But, did you add -search_paths_first? That, or you need to build
a shared libz.dylib.
Thanks, that worked
Well, in the next OS, we'll make libz.dylib for all the arches, so
you won't get the problem. That's one fix. I'd like to get that
flag to be the default, that's another fix, or, we could have the
compiler add that to linker invocations through SPECs magic... Oh,
and yet another fix would be to see if the system has a libz, and use
it, if present. That might be another way to fix it. I think I like
that one best.
Want to file a PR for this and ask that libz not be built for the
host, if the host has a libz already?