make/jprt.properties
changeset 33928 d2c9fee88260
parent 33926 3a19edba4808
child 33932 6ffbe66fe204
equal deleted inserted replaced
33927:567b299aa689 33928:d2c9fee88260
    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=$JPRT_JOB_ID					\
    96     --with-version-opt-base=$JPRT_JOB_ID				\
    97     ${my.additional.build.configure.args.${jprt.test.set}}		\
    97     ${my.additional.build.configure.args.${jprt.test.set}}		\
    98     ${my.custom.build.configure.args}
    98     ${my.custom.build.configure.args}
    99 
    99 
   100 # 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
   101 jprt.i586.build.configure.args=						\
   101 jprt.i586.build.configure.args=						\