A new target was added to the GNUmakefile. It simply dumps some variables that are important to the makefile.
An example of it is shown below on CentOS 5 with GCC 4.1. We can use it to help troubleshoot issues. For example we can ask "Please post the result of 'make system'" rather than asking for a typical compile command or link command (since CXXFLAGS drives it). I leaped ahead and did not ask for comments or objections. Now is the time to complain :) ********** $ make system CXX: g++ CXXFLAGS: -DNDEBUG -g2 -O3 -fPIC -m64 -DCRYPTOPP_DISABLE_AESNI -pipe GCC_COMPILER: 1 CLANG_COMPILER: 0 INTEL_COMPILER: 0 SUN_COMPILER: 0 IS_GCC_41: 1 IS_GCC_42: 0 IS_GCC_45: 0 IS_GCC_49: 0 UNALIGNED_ACCESS: UNAME: Linux localhost.localdomain 2.6.18-406.el5 #1 SMP Tue Jun 2 17:25:57 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux MACHINE: x86_64 SYSTEM: Linux RELEASE: 2.6.18-406.el5 IS_X86: 1 IS_X86_64: 1 IS_DARWIN: 0 IS_LINUX: 1 IS_MINGW: 0 IS_CYGWIN: 0 IS_OPENBSD: 0 IS_SUN: 0 -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
