Skip to content

Commit

Permalink
Enable openj9 ddr (#1442)
Browse files Browse the repository at this point in the history
* Revert "Disable DDR support for AIX/JDK13/OpenJ9 (#1399)"

This reverts commit 7b2f444.
  • Loading branch information
sxa555 authored Dec 12, 2019
1 parent f47946c commit 4199004
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build-farm/platform-specific-configurations/aix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ then
export PATH=/opt/freeware/bin:$JAVA_HOME/bin:/usr/local/bin:/opt/IBM/xlC/16.1.0/bin:/opt/IBM/xlc/16.1.0/bin:$PATH
export CC=xlclang
export CXX=xlclang++
# J9 JDK13 will break with an error building against libdwarf without this at present
if [ "${VARIANT}" == "${BUILD_VARIANT_OPENJ9}" ]; then
export CONFIGURE_ARGS_FOR_ANY_PLATFORM="${CONFIGURE_ARGS_FOR_ANY_PLATFORM} --disable-ddr"
fi
else
export PATH=/opt/freeware/bin:$JAVA_HOME/bin:/usr/local/bin:/opt/IBM/xlC/13.1.3/bin:/opt/IBM/xlc/13.1.3/bin:$PATH
fi
Expand Down

0 comments on commit 4199004

Please sign in to comment.