aboutsummaryrefslogtreecommitdiff
path: root/java/jdk15
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2006-09-13 16:44:38 +0000
committerGreg Lewis <glewis@FreeBSD.org>2006-09-13 16:44:38 +0000
commit92035cfdf1b5901ea67623c45f7256c3bd965ef2 (patch)
tree8d61034c939f24e48490c3fbc417e2eac20a9b01 /java/jdk15
parentf56132fe6364e98d23ad917212d8143274e95d91 (diff)
downloadports-92035cfdf1b5901ea67623c45f7256c3bd965ef2.tar.gz
ports-92035cfdf1b5901ea67623c45f7256c3bd965ef2.zip
. Diablo is no longer restricted to i386, so allow it to be a possible
native bootstrap JDK on all (supported) architectures. This is a slightly different change than the submitters. PR: 103227 Submitted by: Pat Lashley <patl+freebsd@volant.org>
Notes
Notes: svn path=/head/; revision=172952
Diffstat (limited to 'java/jdk15')
-rw-r--r--java/jdk15/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile
index a428d9763fcf..feb89cff29c6 100644
--- a/java/jdk15/Makefile
+++ b/java/jdk15/Makefile
@@ -57,10 +57,8 @@ LATEST_LINK= jdk15
SUN_LINUX_JDK_VERSION= 1.4.2
.if !defined(WITH_LINUX_BOOTSTRAP)
-.if ${MACHINE_ARCH} == "i386"
-NATIVE_BOOTSTRAP_JDKS+= ${LOCALBASE}/diablo-jdk1.5.0
-.endif
-NATIVE_BOOTSTRAP_JDKS+= ${LOCALBASE}/jdk1.5.0 \
+NATIVE_BOOTSTRAP_JDKS+= ${LOCALBASE}/diablo-jdk1.5.0 \
+ ${LOCALBASE}/jdk1.5.0 \
${LOCALBASE}/jdk1.4.2
.endif