summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2010-10-20 15:43:39 +0000
committerIan Lance Taylor <ian@airs.com>2010-10-20 15:43:39 +0000
commite1eeda55629ae072081070ef7901b68576a67107 (patch)
tree205940ab540e4b2e48a443b74b65c7613e81e2a4 /Makefile.def
parentab621c2d5de88a3141c9d39592e4a061136a71af (diff)
downloadgdb-e1eeda55629ae072081070ef7901b68576a67107.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.
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; };