From patchwork Sun Oct 31 20:34:47 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [x86,Darwin] update darwin's x86 output. Date: Sun, 31 Oct 2010 10:34:47 -0000 From: Uros Bizjak X-Patchwork-Id: 69738 Message-Id: To: gcc-patches@gcc.gnu.org Cc: IainS , Mike Stump , Richard Henderson 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. 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*)