OSDN Git Service

2000-11-26 Benjamin Kosnik <bkoz@fillmore.constant.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / tests_flags.in
index be6da64..d5215b9 100644 (file)
 #        LTCXX       libtoolized command to compile a C++ program
 #        LIBS        flags to pass to the linker
 #        LTEXE       libtoolized command to run a compiled C++ program
+#       CXX         which C++ compiler is being used
+#        CXXFLAGS    special C++ flags used
 #
 
-
 ##
 ## Utility functions
 ##
@@ -173,5 +174,5 @@ case ${query} in
     ;;
 esac
 
-echo ${BUILD_DIR}:${SRC_DIR}:${PREFIX_DIR}:${LTCXX}:${LIBS}:${LTEXE}
+echo ${BUILD_DIR}:${SRC_DIR}:${PREFIX_DIR}:${LTCXX}:${LIBS}:${LTEXE}:${CXX}:${CXXFLAGS}
 exit 0