Message ID | AANLkTinX3haOLi5Z1TpKJoZ+U4rrL6xPJ4G0ONVtnwOz@mail.gmail.com |
---|---|
State | New |
Headers | show |
Index: configure.ac =================================================================== --- configure.ac (revision 166110) +++ configure.ac (working copy) @@ -1150,7 +1150,7 @@ tentative_cc="/usr/cygnus/progressive/bin/gcc" host_makefile_frag="config/mh-lynxrs6k" ;; - powerpc-*-darwin*) + *-*-darwin*) host_makefile_frag="config/mh-ppc-darwin" ;; powerpc-*-aix*)
Hello! > It makes the stub choices and sections agree with those used by the Darwin system tools, and also finally enables -mdynamic-no-pic for i686-darwin. Can you test -mdynamic-no-pic with attached patch (you will have to regenerate configure and reconfigure gcc) by bootstrapping gcc? Uros.