annotate src/gcc-macos-10.6.patch @ 714:29f1ba4559ae

point consequently to "doc/index.html" instead of "doc/index.html or doc/README"
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 08 Feb 2010 00:58:06 +0100
parents dab071eac9c0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
641
dab071eac9c0 simplified file markers
Volker Grabsch <vog@notjusthosting.com>
parents: 543
diff changeset
1 This file is part of mingw-cross-env.
714
29f1ba4559ae point consequently to "doc/index.html" instead of "doc/index.html or doc/README"
Volker Grabsch <vog@notjusthosting.com>
parents: 641
diff changeset
2 See doc/index.html for further information.
641
dab071eac9c0 simplified file markers
Volker Grabsch <vog@notjusthosting.com>
parents: 543
diff changeset
3
543
c1a03ad713d1 portability fix to packages binutils and gcc for MacOS 10.6
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4 --- gcc-4.4.0-orig/gcc/cp/Make-lang.in 2009/09/09 08:14:36 151554
c1a03ad713d1 portability fix to packages binutils and gcc for MacOS 10.6
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
5 +++ gcc-4.4.0/gcc/cp/Make-lang.in 2009/09/09 08:46:32 151555
c1a03ad713d1 portability fix to packages binutils and gcc for MacOS 10.6
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
6 @@ -72,8 +72,8 @@
c1a03ad713d1 portability fix to packages binutils and gcc for MacOS 10.6
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
7 # Shared with C front end:
c1a03ad713d1 portability fix to packages binutils and gcc for MacOS 10.6
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
8 CXX_C_OBJS = attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o \
c1a03ad713d1 portability fix to packages binutils and gcc for MacOS 10.6
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
9 c-dump.o $(CXX_TARGET_OBJS) c-pretty-print.o c-opts.o c-pch.o \
c1a03ad713d1 portability fix to packages binutils and gcc for MacOS 10.6
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
10 - incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o \
c1a03ad713d1 portability fix to packages binutils and gcc for MacOS 10.6
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
11 - c-gimplify.o c-omp.o tree-inline.o
c1a03ad713d1 portability fix to packages binutils and gcc for MacOS 10.6
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12 + incpath.o c-ppoutput.o c-cppbuiltin.o prefix.o \
c1a03ad713d1 portability fix to packages binutils and gcc for MacOS 10.6
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 + c-gimplify.o c-omp.o
c1a03ad713d1 portability fix to packages binutils and gcc for MacOS 10.6
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
14
c1a03ad713d1 portability fix to packages binutils and gcc for MacOS 10.6
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
15 # Language-specific object files for C++ and Objective C++.
c1a03ad713d1 portability fix to packages binutils and gcc for MacOS 10.6
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
16 CXX_AND_OBJCXX_OBJS = cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o \