common/autoconf/configure

changeset 2206
7ba4e17574e0
parent 2204
0e87966d7ff1
child 2211
2209644bcac4
     1.1 --- a/common/autoconf/configure	Wed Mar 21 09:19:00 2018 -0700
     1.2 +++ b/common/autoconf/configure	Thu Apr 05 07:59:52 2018 -0700
     1.3 @@ -1,6 +1,6 @@
     1.4  #!/bin/bash
     1.5  #
     1.6 -# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     1.7 +# Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
     1.8  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9  #
    1.10  # This code is free software; you can redistribute it and/or modify it
    1.11 @@ -222,6 +222,13 @@
    1.12    --debug-configure       Run the configure script with additional debug
    1.13                            logging enabled.
    1.14  
    1.15 +EOT
    1.16 +
    1.17 +    # Print list of toolchains. This must be done by the autoconf script.
    1.18 +    ( CONFIGURE_PRINT_TOOLCHAIN_LIST=true . $conf_script_to_run PRINTF=printf )
    1.19 +
    1.20 +    cat <<EOT
    1.21 +
    1.22  Please be aware that, when cross-compiling, the OpenJDK configure script will
    1.23  generally use 'target' where autoconf traditionally uses 'host'.
    1.24  

mercurial