equal
deleted
inserted
replaced
77 # |
77 # |
78 |
78 |
79 # Configure args common to all builds |
79 # Configure args common to all builds |
80 # Also allows for additional, testset specific configure arguments to be set |
80 # Also allows for additional, testset specific configure arguments to be set |
81 jprt.build.configure.args= \ |
81 jprt.build.configure.args= \ |
82 --with-boot-jdk=$ALT_BOOTDIR \ |
82 --with-output-sync=recurse \ |
83 --with-jobs=$ALT_PARALLEL_COMPILE_JOBS \ |
83 --with-boot-jdk=$ALT_BOOTDIR \ |
|
84 --with-jobs=$ALT_PARALLEL_COMPILE_JOBS \ |
84 ${my.additional.build.configure.args.${jprt.test.set}} |
85 ${my.additional.build.configure.args.${jprt.test.set}} |
85 |
86 |
86 # i586 is often cross-compiled from 64-bit machines, so need to set target bits explicitly |
87 # i586 is often cross-compiled from 64-bit machines, so need to set target bits explicitly |
87 jprt.i586.build.configure.args= \ |
88 jprt.i586.build.configure.args= \ |
88 --with-target-bits=32 |
89 --with-target-bits=32 |