OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
2.3 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../boehm-gc/gcc-use_system_gc.diff
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  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
  14. # version.
  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
  19. @@ -609,7 +609,6 @@
  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
  26. @@ -698,7 +697,6 @@
  27. maybe-all-target-libffi \
  28. maybe-all-target-libjava \
  29. maybe-all-target-zlib \
  30. - maybe-all-target-boehm-gc \
  31. maybe-all-target-qthreads \
  32. maybe-all-target-rda
  33. @@ -792,7 +790,6 @@
  34. maybe-info-target-libffi \
  35. maybe-info-target-libjava \
  36. maybe-info-target-zlib \
  37. - maybe-info-target-boehm-gc \
  38. maybe-info-target-qthreads \
  39. maybe-info-target-rda
  40. diff -ur gcc-3.4.0-orig/libjava/configure gcc-3.4.0/libjava/configure
  41. --- gcc-3.4.0-orig/libjava/configure 2004-04-19 04:23:04.000000000 +0200
  42. +++ gcc-3.4.0/libjava/configure 2004-05-05 14:05:25.000000000 +0200
  43. @@ -4408,11 +4408,11 @@
  44. case "$GC" in
  45. boehm)
  46. echo "$ac_t""boehm" 1>&6
  47. - GCLIBS=../boehm-gc/libgcjgc_convenience.la
  48. + GCLIBS=$(prefix)/lib/libgc.la
  49. JC1GCSPEC='-fuse-boehm-gc'
  50. - GCTESTSPEC="-L`${PWDCMD-pwd}`/../boehm-gc/.libs -rpath `${PWDCMD-pwd}`/../boehm-gc/.libs"
  51. + # GCTESTSPEC="-L`${PWDCMD-pwd}`/../boehm-gc/.libs -rpath `${PWDCMD-pwd}`/../boehm-gc/.libs"
  52. - GCINCS="`cat ../boehm-gc/boehm-cflags`"
  53. + GCINCS="-I$(prefix)/include/gc"
  54. GCOBJS=boehm.lo
  55. GCHDR=boehm-gc.h
  56. cat >> confdefs.h <<\EOF