common/autoconf/help.m4
changeset 33926 3a19edba4808
parent 30417 581a2762eef1
child 33950 7757ee805a0c
equal deleted inserted replaced
30850:56166ce66037 33926:3a19edba4808
     1 #
     1 #
     2 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 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
   200   printf "* Debug level:    $DEBUG_LEVEL\n"
   200   printf "* Debug level:    $DEBUG_LEVEL\n"
   201   printf "* HS debug level: $HOTSPOT_DEBUG_LEVEL\n"
   201   printf "* HS debug level: $HOTSPOT_DEBUG_LEVEL\n"
   202   printf "* JDK variant:    $JDK_VARIANT\n"
   202   printf "* JDK variant:    $JDK_VARIANT\n"
   203   printf "* JVM variants:   $with_jvm_variants\n"
   203   printf "* JVM variants:   $with_jvm_variants\n"
   204   printf "* OpenJDK target: OS: $OPENJDK_TARGET_OS, CPU architecture: $OPENJDK_TARGET_CPU_ARCH, address length: $OPENJDK_TARGET_CPU_BITS\n"
   204   printf "* OpenJDK target: OS: $OPENJDK_TARGET_OS, CPU architecture: $OPENJDK_TARGET_CPU_ARCH, address length: $OPENJDK_TARGET_CPU_BITS\n"
       
   205   printf "* Version string: $VERSION_STRING ($VERSION_SHORT)\n"
   205 
   206 
   206   printf "\n"
   207   printf "\n"
   207   printf "Tools summary:\n"
   208   printf "Tools summary:\n"
   208   if test "x$OPENJDK_BUILD_OS" = "xwindows"; then
   209   if test "x$OPENJDK_BUILD_OS" = "xwindows"; then
   209     printf "* Environment:    $WINDOWS_ENV_VENDOR version $WINDOWS_ENV_VERSION (root at $WINDOWS_ENV_ROOT_PATH)\n"
   210     printf "* Environment:    $WINDOWS_ENV_VENDOR version $WINDOWS_ENV_VERSION (root at $WINDOWS_ENV_ROOT_PATH)\n"