diff options
author | Robert Bowdidge <bowdidge@apple.com> | 2004-08-18 16:24:11 -0700 |
---|---|---|
committer | Robert Bowdidge <bowdidge@gcc.gnu.org> | 2004-08-18 16:24:11 -0700 |
commit | c16eb90063b5d6e1a74bcf2a1572741183d20871 (patch) | |
tree | 73bfb23b1035820037a5446856e38fbd0b992d2c /gcc | |
parent | 4b179e927c64f672f9330d2478a2d835870fdb81 (diff) | |
download | gcc-c16eb90063b5d6e1a74bcf2a1572741183d20871.zip gcc-c16eb90063b5d6e1a74bcf2a1572741183d20871.tar.gz gcc-c16eb90063b5d6e1a74bcf2a1572741183d20871.tar.bz2 |
config/rs6000/x-darwin: Remove XCFLAGS -mdynamic-no-pic to
get regression tester working again.
From-SVN: r86215
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/rs6000/x-darwin | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9902a2c..fd73c03 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/rs6000/x-darwin b/gcc/config/rs6000/x-darwin index 0a2f528..f7242a7 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) \ |