make/jprt.properties
changeset 33932 6ffbe66fe204
parent 31326 4e7196149801
parent 33928 d2c9fee88260
child 33934 6f9053f5c978
equal deleted inserted replaced
31511:4c3ce1e336ff 33932:6ffbe66fe204
    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=						\