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.

116 lines
4.2 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 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./Makefile.in.orig 2003-09-02 20:37:57.000000000 -0400
  23. +++ ./Makefile.in 2003-09-02 20:40:35.000000000 -0400
  24. @@ -799,7 +799,6 @@
  25. all-target-libffi \
  26. all-target-libjava \
  27. all-target-zlib \
  28. - all-target-boehm-gc \
  29. all-target-qthreads \
  30. all-target-bsp \
  31. all-target-cygmon
  32. @@ -822,7 +821,6 @@
  33. configure-target-libffi \
  34. configure-target-libjava \
  35. configure-target-zlib \
  36. - configure-target-boehm-gc \
  37. configure-target-qthreads \
  38. configure-target-bsp \
  39. configure-target-cygmon
  40. @@ -839,7 +837,6 @@
  41. check-target-libffi \
  42. check-target-libjava \
  43. check-target-zlib \
  44. - check-target-boehm-gc \
  45. check-target-qthreads \
  46. check-target-gperf
  47. @@ -857,7 +854,6 @@
  48. install-target-bsp \
  49. install-target-libjava \
  50. install-target-zlib \
  51. - install-target-boehm-gc \
  52. install-target-qthreads \
  53. install-target-gperf
  54. @@ -947,7 +943,6 @@
  55. clean-target-libffi \
  56. clean-target-libjava \
  57. clean-target-zlib \
  58. - clean-target-boehm-gc \
  59. clean-target-qthreads \
  60. clean-target-bsp \
  61. clean-target-cygmon
  62. @@ -1714,8 +1709,6 @@
  63. all-bfd: all-libiberty all-intl
  64. all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc all-intl
  65. all-bison: all-texinfo
  66. -configure-target-boehm-gc: $(ALL_GCC_C) configure-target-qthreads
  67. -all-target-boehm-gc: configure-target-boehm-gc
  68. configure-target-bsp: $(ALL_GCC_C)
  69. all-target-bsp: configure-target-bsp
  70. all-byacc:
  71. @@ -1770,8 +1763,8 @@
  72. configure-target-libffi: $(ALL_GCC_C)
  73. all-target-libffi: configure-target-libffi
  74. -configure-target-libjava: $(ALL_GCC_C) configure-target-zlib configure-target-boehm-gc configure-target-qthreads configure-target-libffi
  75. -all-target-libjava: configure-target-libjava all-fastjar all-target-zlib all-target-boehm-gc all-target-qthreads all-target-libffi
  76. +configure-target-libjava: $(ALL_GCC_C) configure-target-zlib configure-target-qthreads configure-target-libffi
  77. +all-target-libjava: configure-target-libjava all-fastjar all-target-zlib all-target-qthreads all-target-libffi
  78. configure-target-librx: $(ALL_GCC_C)
  79. all-target-librx: configure-target-librx
  80. configure-target-libstdc++-v3: $(ALL_GCC_C)
  81. --- ./libjava/configure.orig 2003-09-02 20:40:47.000000000 -0400
  82. +++ ./libjava/configure 2003-09-02 20:42:22.000000000 -0400
  83. @@ -3132,12 +3132,12 @@
  84. case "$GC" in
  85. boehm)
  86. echo "$ac_t""boehm" 1>&6
  87. - GCLIBS=../boehm-gc/libgcjgc_convenience.la
  88. - GCINCS='-I$(top_srcdir)/../boehm-gc/include'
  89. + GCLIBS='$(prefix)/lib/libgc.la'
  90. + GCINCS='-I$(prefix)/include/gc'
  91. JC1GCSPEC='-fuse-boehm-gc'
  92. - GCTESTSPEC="-L`pwd`/../boehm-gc/.libs -rpath `pwd`/../boehm-gc/.libs"
  93. + #GCTESTSPEC="-L`pwd`/../boehm-gc/.libs -rpath `pwd`/../boehm-gc/.libs"
  94. - GCINCS="$GCINCS `cat ../boehm-gc/boehm-cflags`"
  95. + # GCINCS="$GCINCS `cat ../boehm-gc/boehm-cflags`"
  96. GCOBJS=boehm.lo
  97. GCHDR=boehm-gc.h
  98. cat >> confdefs.h <<\EOF
  99. --- ./libjava/libltdl/configure.orig 2003-09-02 20:42:37.000000000 -0400
  100. +++ ./libjava/libltdl/configure 2003-09-02 20:43:27.000000000 -0400
  101. @@ -2508,8 +2508,8 @@
  102. GCINCS=
  103. if test "$GC" = "boehm"; then
  104. - GCINCS='-I$(top_srcdir)/../../boehm-gc/include'
  105. - GCINCS="$GCINCS `cat ../../boehm-gc/boehm-cflags`"
  106. + GCINCS='-I$(prefix)/include/gc'
  107. + #GCINCS="$GCINCS `cat ../../boehm-gc/boehm-cflags`"
  108. cat >> confdefs.h <<\EOF
  109. #define HAVE_BOEHM_GC 1
  110. EOF