equal
deleted
inserted
replaced
88 # |
88 # |
89 |
89 |
90 # Configure args common to all builds |
90 # Configure args common to all builds |
91 # Also allows for additional, testset specific configure arguments to be set |
91 # Also allows for additional, testset specific configure arguments to be set |
92 jprt.build.configure.args= \ |
92 jprt.build.configure.args= \ |
93 --with-output-sync=recurse \ |
93 --with-output-sync=recurse \ |
94 --with-boot-jdk=$ALT_BOOTDIR \ |
94 --with-boot-jdk=$ALT_BOOTDIR \ |
95 --with-jobs=$ALT_PARALLEL_COMPILE_JOBS \ |
95 --with-jobs=$ALT_PARALLEL_COMPILE_JOBS \ |
|
96 --with-version-opt-base=$JPRT_JOB_ID \ |
96 ${my.additional.build.configure.args.${jprt.test.set}} \ |
97 ${my.additional.build.configure.args.${jprt.test.set}} \ |
97 ${my.custom.build.configure.args} |
98 ${my.custom.build.configure.args} |
98 |
99 |
99 # i586 is often cross-compiled from 64-bit machines, so need to set target bits explicitly |
100 # i586 is often cross-compiled from 64-bit machines, so need to set target bits explicitly |
100 jprt.i586.build.configure.args= \ |
101 jprt.i586.build.configure.args= \ |