make/jprt.properties
changeset 33396 19196d07fa98
parent 33036 13f0ed5d0335
child 33952 8769e7f25636
child 33439 1a80e1d10cc4
equal deleted inserted replaced
33395:5907d5b1287c 33396:19196d07fa98
    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     MAKE=$JPRT_MAKE							\
    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=						\