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: [DARWIN]: Add -mdynamic-no-pic to Darwin-specific options


I'm removing my -mdynamic-no-pic change from two days ago; it breaks Geoff Keating's regression tester because the flag is passed to the installed compiler (which in this case doesn't yet support the flag.) I'll resubmit this fix soon, but want to get
the regression tester running ASAP.


Because this is reverting a patch, I'm committing it as obvious.

Robert


diff -u -b -d -r2.4970 ChangeLog --- ChangeLog 18 Aug 2004 22:41:28 -0000 2.4970 +++ ChangeLog 18 Aug 2004 23:22:18 -0000 @@ -1,3 +1,8 @@ +2004-08-18 Robert Bowdidge <bowdidge@apple.com> + + * config/rs6000/x-darwin: Remove XCFLAGS -mdynamic-no-pic to + get regression tester working again. + 2004-08-18 Zack Weinberg <zack@codesourcery.com>

* insn-notes.def, reg-notes.def: New files.

RCS file: /cvs/gcc/gcc/gcc/config/rs6000/x-darwin,v
retrieving revision 1.6
diff -u -b -d -r1.6 x-darwin
--- config/rs6000/x-darwin 17 Aug 2004 20:02:46 -0000 1.6
+++ config/rs6000/x-darwin 18 Aug 2004 23:22:20 -0000
@@ -1,4 +1,3 @@
-XCFLAGS = -mdynamic-no-pic
host-darwin.o : $(srcdir)/config/rs6000/host-darwin.c $(CONFIG_H) $(SYSTEM_H) \
coretypes.h hosthooks.h hosthooks-def.h toplev.h diagnostic.h
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \



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