From c16eb90063b5d6e1a74bcf2a1572741183d20871 Mon Sep 17 00:00:00 2001 From: Robert Bowdidge Date: Wed, 18 Aug 2004 16:24:11 -0700 Subject: [PATCH] config/rs6000/x-darwin: Remove XCFLAGS -mdynamic-no-pic to get regression tester working again. From-SVN: r86215 --- gcc/ChangeLog | 5 +++++ gcc/config/rs6000/x-darwin | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9902a2cfbe0..fd73c037e45 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-08-18 Robert Bowdidge + + * config/rs6000/x-darwin: Remove XCFLAGS -mdynamic-no-pic to + get regression tester working again. + 2004-08-18 Zack Weinberg * insn-notes.def, reg-notes.def: New files. diff --git a/gcc/config/rs6000/x-darwin b/gcc/config/rs6000/x-darwin index 0a2f52883b9..f7242a7ee5b 100644 --- a/gcc/config/rs6000/x-darwin +++ b/gcc/config/rs6000/x-darwin @@ -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) \ -- 2.30.2