make/jprt.properties
changeset 25854 98ce0879ab4c
parent 25705 4e55b4621fd0
child 26125 e8c2f6d71653
equal deleted inserted replaced
25853:63fbc565bba5 25854:98ce0879ab4c
    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