summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-20 14:39:17 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-20 14:39:17 +0000
commit1235ba90137d76e8fdeddc5e6d61f8e806e2ab41 (patch)
tree5229568e4e218e20dd580532390d7c0096736462 /Makefile.def
parent936983bfd8610bf8fde3b8f4d090c0c33f689b0b (diff)
downloadgcc-1235ba90137d76e8fdeddc5e6d61f8e806e2ab41.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165727 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def
index 29cd1a38dbb..6223bf3dbf7 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; };