8156036: Enable building of arm targets in default JPRT testset
Reviewed-by: tbell, chegar
This commit is contained in:
parent
060ba54e5e
commit
69cc0c7ebe
|
@ -201,7 +201,8 @@ my.build.targets.default= \
|
|||
linux_x64_3.8-{product|fastdebug}, \
|
||||
macosx_x64_10.9-{product|fastdebug}, \
|
||||
windows_i586_6.3-{product|fastdebug}, \
|
||||
windows_x64_6.3-{product|fastdebug}
|
||||
windows_x64_6.3-{product|fastdebug}, \
|
||||
${my.additional.build.targets.default}
|
||||
|
||||
# Test target list (no fastdebug & limited c2 testing)
|
||||
my.test.target.set= \
|
||||
|
|
Loading…
Reference in New Issue