| Submitter | Uros Bizjak |
|---|---|
| Date | Oct. 31, 2010, 8:34 p.m. |
| Message ID | <AANLkTinX3haOLi5Z1TpKJoZ+U4rrL6xPJ4G0ONVtnwOz@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/69738/ |
| State | New |
| Headers | show |
Comments
Patch
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.