OSDN Git Service

* Makefile.in (install-headers): Remove redundant dependency.
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / tests_flags.in
index 616a748..9377844 100644 (file)
@@ -56,7 +56,7 @@ check_options() {
     
     # Then, see if we understand the job we're asked for
     case $2 in
-       --compiler|--built-library|--installed-library)
+       --compiler | --built-library | --installed-library)
        # OK
        ;;
        *) 
@@ -132,7 +132,7 @@ case ${query} in
     --built-library)
       LIB_PATH=${BUILD_DIR}/src
       GCC_LIB_PATH=${BUILD_DIR}/../../gcc
-      CXX="${BUILD_DIR}/../../gcc/g++ -B${BUILD_DIR}/../../gcc/"
+      CXX='@glibcpp_CXX@'
       ;;
     --installed-library)
       LIB_PATH=${PREFIX_DIR}/lib