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
This commit is contained in:
Alexey Zelkin 2003-03-11 08:54:30 +00:00
parent fdfb474482
commit 7cea82075d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77090
3 changed files with 45 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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