aboutsummaryrefslogtreecommitdiffstats
path: root/java/jdk15/files
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2003-03-11 16:54:30 +0800
committerphantom <phantom@FreeBSD.org>2003-03-11 16:54:30 +0800
commitf9972ca584250776687d4ca316038a89d2f87bc9 (patch)
tree2b3eb0eeb5aa86fdd78d181c727b4ed11102fb54 /java/jdk15/files
parentd6bf563026dce764219090b9cb920d2b22e95e50 (diff)
downloadfreebsd-ports-gnome-f9972ca584250776687d4ca316038a89d2f87bc9.tar.gz
freebsd-ports-gnome-f9972ca584250776687d4ca316038a89d2f87bc9.tar.zst
freebsd-ports-gnome-f9972ca584250776687d4ca316038a89d2f87bc9.zip
Since we have problems with running debuging binaries on some machines
(old K6 and some SMP machines) don't use javah_g in build process. Reported by: many people
Diffstat (limited to 'java/jdk15/files')
-rw-r--r--java/jdk15/files/patch-common::Defs.gmk15
1 files changed, 15 insertions, 0 deletions
diff --git a/java/jdk15/files/patch-common::Defs.gmk b/java/jdk15/files/patch-common::Defs.gmk
new file mode 100644
index 000000000000..97e5d53cb796
--- /dev/null
+++ b/java/jdk15/files/patch-common::Defs.gmk
@@ -0,0 +1,15 @@
+--- ../../j2se/make/common/Defs.gmk.orig Tue Mar 11 11:27:27 2003
++++ ../../j2se/make/common/Defs.gmk Tue Mar 11 11:27:06 2003
+@@ -456,6 +456,12 @@
+ JAVAH_CMD = $(BINDIR)/javah
+ endif
+ endif
++ # XXXBSD: Debug binaries are causing problems on early K6 processors
++ # and SMP machines. Don't use javah_g, until above problems resolved.
++ # --phantom
++ ifeq ($(PLATFORM), bsd)
++ JAVAH_CMD = $(BINDIR)/javah
++ endif
+ RMIC = $(BINDIR)/rmic$(SUFFIX)
+ endif
+