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

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
This commit is contained in:
Benjamin Kosnik 2001-04-06 19:43:23 +00:00 committed by Benjamin Kosnik
parent e521873c0e
commit af8aa51758
2 changed files with 6 additions and 1 deletions

View 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.

View 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*)