make/jprt.properties
changeset 34600 242c2cfbc666
parent 34599 d4e9a69a3cf8
parent 33953 7e7d0a4c718b
child 35023 ee10ca0129b2
child 34602 3c97348e9814
equal deleted inserted replaced
34599:d4e9a69a3cf8 34600:242c2cfbc666
    99 #
    99 #
   100 
   100 
   101 # Configure args common to all builds
   101 # Configure args common to all builds
   102 # Also allows for additional, testset specific configure arguments to be set
   102 # Also allows for additional, testset specific configure arguments to be set
   103 jprt.build.configure.args=						\
   103 jprt.build.configure.args=						\
   104     --with-output-sync=recurse 						\
   104     --with-output-sync=recurse						\
   105     --with-boot-jdk=$ALT_BOOTDIR 					\
   105     --with-boot-jdk=$ALT_BOOTDIR					\
   106     --with-jobs=$ALT_PARALLEL_COMPILE_JOBS 				\
   106     --with-jobs=$ALT_PARALLEL_COMPILE_JOBS				\
   107     MAKE=$JPRT_MAKE							\
   107     --with-version-opt=$JPRT_JOB_ID				 	\
       
   108     MAKE=$JPRT_MAKE                                                     \
   108     ${my.additional.build.configure.args.${jprt.test.set}}		\
   109     ${my.additional.build.configure.args.${jprt.test.set}}		\
   109     ${my.custom.build.configure.args}
   110     ${my.custom.build.configure.args}
   110 
   111 
   111 # i586 is often cross-compiled from 64-bit machines, so need to set target bits explicitly
   112 # i586 is often cross-compiled from 64-bit machines, so need to set target bits explicitly
   112 jprt.i586.build.configure.args=						\
   113 jprt.i586.build.configure.args=						\