Alexandre Oliva <aoliva@redhat.com>
* tests_flags.in (CROSS_LIB_PATH): Add as -B flag.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41160
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
--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*)