equal
deleted
inserted
replaced
261 Equivalent to --host=TARGET --target=TARGET |
261 Equivalent to --host=TARGET --target=TARGET |
262 --build=<current platform> |
262 --build=<current platform> |
263 --debug-configure Run the configure script with additional debug |
263 --debug-configure Run the configure script with additional debug |
264 logging enabled. |
264 logging enabled. |
265 |
265 |
|
266 EOT |
|
267 |
|
268 # Print list of toolchains. This must be done by the autoconf script. |
|
269 ( CONFIGURE_PRINT_TOOLCHAIN_LIST=true . $conf_script_to_run PRINTF=printf ) |
|
270 |
|
271 cat <<EOT |
|
272 |
266 Please be aware that, when cross-compiling, the OpenJDK configure script will |
273 Please be aware that, when cross-compiling, the OpenJDK configure script will |
267 generally use 'target' where autoconf traditionally uses 'host'. |
274 generally use 'target' where autoconf traditionally uses 'host'. |
268 |
275 |
269 Also note that variables must be passed on the command line. Variables in the |
276 Also note that variables must be passed on the command line. Variables in the |
270 environment will generally be ignored, unlike traditional autoconf scripts. |
277 environment will generally be ignored, unlike traditional autoconf scripts. |