make/jprt.properties
changeset 29063 42142426273c
parent 28348 8d988e8f3c2e
child 29156 bd932374081c
equal deleted inserted replaced
29062:ff5b9a7f9019 29063:42142426273c
     1 #
     1 #
     2 # Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    84 # Also allows for additional, testset specific configure arguments to be set
    84 # Also allows for additional, testset specific configure arguments to be set
    85 jprt.build.configure.args=						\
    85 jprt.build.configure.args=						\
    86     --with-output-sync=recurse 						\
    86     --with-output-sync=recurse 						\
    87     --with-boot-jdk=$ALT_BOOTDIR 					\
    87     --with-boot-jdk=$ALT_BOOTDIR 					\
    88     --with-jobs=$ALT_PARALLEL_COMPILE_JOBS 				\
    88     --with-jobs=$ALT_PARALLEL_COMPILE_JOBS 				\
    89     ${my.additional.build.configure.args.${jprt.test.set}}
    89     ${my.additional.build.configure.args.${jprt.test.set}}		\
       
    90     ${my.custom.build.configure.args}
    90 
    91 
    91 # i586 is often cross-compiled from 64-bit machines, so need to set target bits explicitly
    92 # i586 is often cross-compiled from 64-bit machines, so need to set target bits explicitly
    92 jprt.i586.build.configure.args=						\
    93 jprt.i586.build.configure.args=						\
    93     --with-target-bits=32
    94     --with-target-bits=32
    94 
    95