tests_flags.in (CROSS_LIB_PATH): Add as -B flag.
authorBenjamin Kosnik <bkoz@redhat.com>
Fri, 6 Apr 2001 19:43:23 +0000 (19:43 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 6 Apr 2001 19:43:23 +0000 (19:43 +0000)
2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
            Alexandre Oliva  <aoliva@redhat.com>

* tests_flags.in (CROSS_LIB_PATH): Add as -B flag.

Co-Authored-By: Alexandre Oliva <aoliva@redhat.com>
From-SVN: r41160

libstdc++-v3/ChangeLog
libstdc++-v3/tests_flags.in

index 56078fdab06b5419f053c59e1577e1af92cd8e43..6034ba47a4f8efaae3b7fc1481890657877fd433 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
+            Alexandre Oliva  <aoliva@redhat.com>
+       
+       * tests_flags.in (CROSS_LIB_PATH): Add as -B flag.
+
 2001-04-06  Gabriel Dos Reis  <gdr@codesourcery.com>
 
         * include/c_std/bits/std_cmath.h: Get rid of C99 math macros.
index 415164e6db36e38ea161d7f6b714fc34cb5c14c2..3ae640b360eb695c23248438577ef00d05e2d1b0 100644 (file)
@@ -152,7 +152,7 @@ case ${query} in
     --built-library)
       LIBS="${LIB_PATH}/libstdc++.la -no-install -rpath ${GCC_LIB_PATH}"
       if test x@xcompiling@ = x1; then
-        LIBS="${LIBS} -L${CROSS_LIB_PATH}"
+        LIBS="${LIBS} -B${CROSS_LIB_PATH}/"
       fi
     case @target_os@ in
         *cygwin*)