mirror of the now-defunct rocklinux.org
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.

64 lines
2.4 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/mnemoc/boehm-gc/gcc3-use_system_gc.diff
  9. # ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. diff -ur gcc-3.4.0-orig/Makefile.in gcc-3.4.0/Makefile.in
  20. --- gcc-3.4.0-orig/Makefile.in 2004-01-14 21:09:37.000000000 +0100
  21. +++ gcc-3.4.0/Makefile.in 2004-05-05 13:59:55.000000000 +0200
  22. @@ -609,7 +609,6 @@
  23. maybe-configure-target-libffi \
  24. maybe-configure-target-libjava \
  25. maybe-configure-target-zlib \
  26. - maybe-configure-target-boehm-gc \
  27. maybe-configure-target-qthreads \
  28. maybe-configure-target-rda
  29. @@ -698,7 +697,6 @@
  30. maybe-all-target-libffi \
  31. maybe-all-target-libjava \
  32. maybe-all-target-zlib \
  33. - maybe-all-target-boehm-gc \
  34. maybe-all-target-qthreads \
  35. maybe-all-target-rda
  36. @@ -792,7 +790,6 @@
  37. maybe-info-target-libffi \
  38. maybe-info-target-libjava \
  39. maybe-info-target-zlib \
  40. - maybe-info-target-boehm-gc \
  41. maybe-info-target-qthreads \
  42. maybe-info-target-rda
  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 @@
  47. case "$GC" in
  48. boehm)
  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"
  55. - GCINCS="`cat ../boehm-gc/boehm-cflags`"
  56. + GCINCS="-I$(prefix)/include/gc"
  57. GCOBJS=boehm.lo
  58. GCHDR=boehm-gc.h
  59. cat >> confdefs.h <<\EOF