* Makefile.def (target_modules): Set lib_path to src/.libs for
authorIan Lance Taylor <ian@airs.com>
Wed, 20 Oct 2010 15:43:40 +0000 (15:43 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 20 Oct 2010 15:43:40 +0000 (15:43 +0000)
libstdc++-v3 module.
* Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
* Makefile.in: Rebuild.

ChangeLog
Makefile.def
Makefile.in
Makefile.tpl

index 5fb7b615f73984ba7007fda96798b3d9ab27532c..54fb1bdea3fb500a3733768af0d231b22a2513d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-20  Ian Lance Taylor  <iant@google.com>
+
+       * 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.
+
 2010-10-08  Bernd Schmidt  <bernds@codesourcery.com>
            Joseph Myers  <joseph@codesourcery.com>
 
index 29cd1a38dbb6e705254ecdbf48f19908acfabd4d..6223bf3dbf71df844f75c7a4147c8aa5cb6fdb53 100644 (file)
@@ -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; };
index 1d5ef9e1e73cd56b7345dfbe29a661dbb7c1f70a..aaea69df8af8cfe82ba9ee7c5392656943ec966b 100644 (file)
@@ -560,11 +560,11 @@ all:
 ###
 
 # This is the list of directories that may be needed in RPATH_ENVVAR
-# so that prorgams built for the target machine work.
+# so that programs built for the target machine work.
 TARGET_LIB_PATH = $(TARGET_LIB_PATH_libstdc++-v3)$(TARGET_LIB_PATH_libmudflap)$(TARGET_LIB_PATH_libssp)$(TARGET_LIB_PATH_libgomp)$(HOST_LIB_PATH_gcc)
 
 @if target-libstdc++-v3
-TARGET_LIB_PATH_libstdc++-v3 = $$r/$(TARGET_SUBDIR)/libstdc++-v3/.libs:
+TARGET_LIB_PATH_libstdc++-v3 = $$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs:
 @endif target-libstdc++-v3
 
 @if target-libmudflap
index 1f0419c430e3617b1c87bc9f3eef2029dcb753bc..4c55ee2803e4256cd2e3d6019e1ef598b47e21b5 100644 (file)
@@ -513,7 +513,7 @@ all:
 ###
 
 # This is the list of directories that may be needed in RPATH_ENVVAR
-# so that prorgams built for the target machine work.
+# so that programs built for the target machine work.
 TARGET_LIB_PATH = [+ FOR target_modules +][+
   IF lib_path +]$(TARGET_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
   ENDFOR target_modules +]$(HOST_LIB_PATH_gcc)
This page took 0.044613 seconds and 4 git commands to generate.