Skip to content

Commit

Permalink
java/openjdk8: enable jfr on powerpc64
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Apr 21, 2022
1 parent 9bac5e5 commit 2e91d77
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions java/openjdk8/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= openjdk
PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER}.${BSD_JDK_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= LOCAL/jkim:jtreg
PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION}
Expand Down Expand Up @@ -224,10 +224,6 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-ppc64-elfv2
MAKE_ARGS+= USE_PRECOMPILED_HEADER=0
.endif

.if ${ARCH} == powerpc64
CONFIGURE_ARGS+= --disable-jfr
.endif

.if ${ARCH} == powerpc64le
MAKE_ARGS+= USE_PRECOMPILED_HEADER=0
.endif
Expand Down

0 comments on commit 2e91d77

Please sign in to comment.