< prev index next >

make/bsd/makefiles/buildtree.make

Print this page
rev 9009 : 8136556: Add the ability to perform static builds of MacOSX x64 binaries
Reviewed-by: ihse, bdelsart, gadams, lfoltan, rriggs, hseigel, twisti

@@ -1,7 +1,7 @@
 #
-# Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.

@@ -222,10 +222,15 @@
         echo "HOTSPOT_BUILD_USER = $(HOTSPOT_BUILD_USER)"; \
         echo "HOTSPOT_VM_DISTRO = $(HOTSPOT_VM_DISTRO)"; \
         echo "OPENJDK = $(OPENJDK)"; \
         echo "$(LP64_SETTING/$(DATA_MODE))"; \
         echo; \
+        echo "STATIC_BUILD = $(STATIC_BUILD)"; \
+        echo "COMPILER_WARNINGS_FATAL = $(COMPILER_WARNINGS_FATAL)"; \
+        echo "EXTRA_LDFLAGS = $(EXTRA_LDFLAGS)"; \
+        echo "LIBRARY_SUFFIX = $(LIBRARY_SUFFIX)"; \
+        echo; \
         echo "# Used for platform dispatching"; \
         echo "TARGET_DEFINES  = -DTARGET_OS_FAMILY_\$$(Platform_os_family)"; \
         echo "TARGET_DEFINES += -DTARGET_ARCH_\$$(Platform_arch)"; \
         echo "TARGET_DEFINES += -DTARGET_ARCH_MODEL_\$$(Platform_arch_model)"; \
         echo "TARGET_DEFINES += -DTARGET_OS_ARCH_\$$(Platform_os_arch)"; \
< prev index next >