equal
deleted
inserted
replaced
1 #!/bin/bash |
1 #!/bin/bash |
2 # |
2 # |
3 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. |
3 # Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved. |
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
5 # |
5 # |
6 # This code is free software; you can redistribute it and/or modify it |
6 # This code is free software; you can redistribute it and/or modify it |
7 # under the terms of the GNU General Public License version 2 only, as |
7 # under the terms of the GNU General Public License version 2 only, as |
8 # published by the Free Software Foundation. |
8 # published by the Free Software Foundation. |
281 --debug-configure Run the configure script with additional debug |
281 --debug-configure Run the configure script with additional debug |
282 logging enabled. |
282 logging enabled. |
283 |
283 |
284 EOT |
284 EOT |
285 |
285 |
286 # Print list of toolchains. This must be done by the autoconf script. |
286 # Print additional help, e.g. a list of toolchains. |
287 ( CONFIGURE_PRINT_TOOLCHAIN_LIST=true . $conf_script_to_run PRINTF=printf ) |
287 # This must be done by the autoconf script. |
|
288 ( CONFIGURE_PRINT_ADDITIONAL_HELP=true . $conf_script_to_run PRINTF=printf ) |
288 |
289 |
289 cat <<EOT |
290 cat <<EOT |
290 |
291 |
291 Please be aware that, when cross-compiling, the OpenJDK configure script will |
292 Please be aware that, when cross-compiling, the OpenJDK configure script will |
292 generally use 'target' where autoconf traditionally uses 'host'. |
293 generally use 'target' where autoconf traditionally uses 'host'. |