make/jprt.properties
changeset 33949 9120dcba2522
parent 33935 32c3292b80db
child 33951 cc5ca0725e70
equal deleted inserted replaced
33948:9dedf718fe33 33949:9120dcba2522
    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     --with-version-opt=$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=						\