Skip to content

Commit

Permalink
Merge pull request #915 from vsebe/openj9
Browse files Browse the repository at this point in the history
Enable OpenJ9 OpenJDK8 build flag
  • Loading branch information
pshipton authored Jan 11, 2018
2 parents 6612984 + 1fc9614 commit e885f93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildspecs/win_x86-64_cmprssptrs.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Copyright (c) 2006, 2017 IBM Corp. and others
Copyright (c) 2006, 2018 IBM Corp. and others

This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -136,6 +136,7 @@
<flag id="build_java9" value="true"/>
<flag id="build_newCompiler" value="true"/>
<flag id="build_openj9" value="true"/>
<flag id="build_openj9JDK8" value="true"/>
<flag id="build_ouncemake" value="true"/>
<flag id="build_product" value="true"/>
<flag id="env_littleEndian" value="true"/>
Expand Down

0 comments on commit e885f93

Please sign in to comment.