Commit b935ee20 by Phil Edwards

tests_flags.in (LIBS): Pass correct path for installed testing.

2001-03-30  Phil Edwards  <pme@sources.redhat.com>

	* tests_flags.in (LIBS):  Pass correct path for installed testing.

From-SVN: r40973
parent 62f079c5
2001-03-30 Phil Edwards <pme@sources.redhat.com>
* tests_flags.in (LIBS): Pass correct path for installed testing.
2001-03-28 Benjamin Kosnik <bkoz@redhat.com>
* mkcheck.in (LIBTOOL): Don't construct -B argument here...
......
......@@ -160,7 +160,7 @@ case ${query} in
esac
;;
--installed-library)
LIBS="${LIB_PATH}/libstdc++.la -no-install -rpath ${GCC_LIB_PATH}"
LIBS="${LIB_PATH}/libstdc++.la -no-install -rpath ${LIB_PATH}"
;;
esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment