1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../boehm-gc/gcc-use_system_gc.diff
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
16 diff -ur gcc-3.4.0-orig/Makefile.in gcc-3.4.0/Makefile.in
17 --- gcc-3.4.0-orig/Makefile.in 2004-01-14 21:09:37.000000000 +0100
18 +++ gcc-3.4.0/Makefile.in 2004-05-05 13:59:55.000000000 +0200
20 maybe-configure-target-libffi \
21 maybe-configure-target-libjava \
22 maybe-configure-target-zlib \
23 - maybe-configure-target-boehm-gc \
24 maybe-configure-target-qthreads \
25 maybe-configure-target-rda
28 maybe-all-target-libffi \
29 maybe-all-target-libjava \
30 maybe-all-target-zlib \
31 - maybe-all-target-boehm-gc \
32 maybe-all-target-qthreads \
36 maybe-info-target-libffi \
37 maybe-info-target-libjava \
38 maybe-info-target-zlib \
39 - maybe-info-target-boehm-gc \
40 maybe-info-target-qthreads \
43 diff -ur gcc-3.4.0-orig/libjava/configure gcc-3.4.0/libjava/configure
44 --- gcc-3.4.0-orig/libjava/configure 2004-04-19 04:23:04.000000000 +0200
45 +++ gcc-3.4.0/libjava/configure 2004-05-05 14:05:25.000000000 +0200
46 @@ -4408,11 +4408,11 @@
49 echo "$ac_t""boehm" 1>&6
50 - GCLIBS=../boehm-gc/libgcjgc_convenience.la
51 + GCLIBS=$(prefix)/lib/libgc.la
52 JC1GCSPEC='-fuse-boehm-gc'
53 - GCTESTSPEC="-L`${PWDCMD-pwd}`/../boehm-gc/.libs -rpath `${PWDCMD-pwd}`/../boehm-gc/.libs"
54 + # GCTESTSPEC="-L`${PWDCMD-pwd}`/../boehm-gc/.libs -rpath `${PWDCMD-pwd}`/../boehm-gc/.libs"
56 - GCINCS="`cat ../boehm-gc/boehm-cflags`"
57 + GCINCS="-I$(prefix)/include/gc"
60 cat >> confdefs.h <<\EOF