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]: PR41180 - Fix bootstrap on Darwin10


I think this is fine...

On Aug 28, 2009, at 4:37 PM, Jack Howarth wrote:
2009-08-28 Jack Howarth <howarth@bromo.med.uc.edu>

PR bootstrap/41180
* gcc/cp/Make-lang.in: Remove redundant code from linkage for darwin10.



Index: gcc/cp/Make-lang.in
===================================================================
--- gcc/cp/Make-lang.in (revision 151195)
+++ gcc/cp/Make-lang.in (working copy)
@@ -73,8 +73,8 @@
# Shared with C front end:
CXX_C_OBJS = attribs.o c-common.o c-format.o c-pragma.o c- semantics.o c-lex.o \
c-dump.o $(CXX_TARGET_OBJS) c-pretty-print.o c-opts.o c-pch.o \
- incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o \
- c-gimplify.o c-omp.o tree-inline.o
+ incpath.o c-ppoutput.o c-cppbuiltin.o prefix.o \
+ c-gimplify.o c-omp.o


# Language-specific object files for C++ and Objective C++.
CXX_AND_OBJCXX_OBJS = cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/ typeck2.o \


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