common/autoconf/configure
changeset 22721 63761da45392
parent 22716 cf32fe2eb254
child 22722 03797b5d2ba3
equal deleted inserted replaced
22720:06c273a55d76 22721:63761da45392
   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.