This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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: [Patch, x86, Darwin] update darwin's x86 output.


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*)


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