From 45ebecdaca98c0c8c6f45e762cd06d5f65901486 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 20 Oct 2010 15:43:40 +0000 Subject: * Makefile.def (target_modules): Set lib_path to src/.libs for libstdc++-v3 module. * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment. * Makefile.in: Rebuild. --- Makefile.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.def') diff --git a/Makefile.def b/Makefile.def index 29cd1a38d..6223bf3db 100644 --- a/Makefile.def +++ b/Makefile.def @@ -149,7 +149,7 @@ host_modules= { module= lto-plugin; bootstrap=true; }; target_modules = { module= libstdc++-v3; bootstrap=true; - lib_path=.libs; + lib_path=src/.libs; raw_cxx=true; }; target_modules = { module= libmudflap; lib_path=.libs; }; target_modules = { module= libssp; lib_path=.libs; }; -- cgit v1.2.3