Commit 40986754 by DJ Delorie Committed by DJ Delorie

wrapper.exp: Move load of target-libpath.exp from here...

* lib/wrapper.exp: Move load of target-libpath.exp from here...
* lib/gcc-defs.exp: ... to here.

From-SVN: r150929
parent 75f1f225
2009-08-18 DJ Delorie <dj@redhat.com> 2009-08-18 DJ Delorie <dj@redhat.com>
* lib/wrapper.exp: Move load of target-libpath.exp from here...
* lib/gcc-defs.exp: ... to here.
* lib/wrapper.exp (${tool}_maybe_build_wrapper): Set up * lib/wrapper.exp (${tool}_maybe_build_wrapper): Set up
GCC_EXEC_PREFIX before building the wrapper. GCC_EXEC_PREFIX before building the wrapper.
......
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
# along with GCC; see the file COPYING3. If not see # along with GCC; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>. # <http://www.gnu.org/licenses/>.
load_lib target-libpath.exp
load_lib wrapper.exp load_lib wrapper.exp
# #
......
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
# This file contains GCC-specifics for status wrappers for test programs. # This file contains GCC-specifics for status wrappers for test programs.
load_lib target-libpath.exp
# ${tool}_maybe_build_wrapper -- Build wrapper object if the target # ${tool}_maybe_build_wrapper -- Build wrapper object if the target
# needs it. FILENAME is the path to the wrapper file. If there are # needs it. FILENAME is the path to the wrapper file. If there are
# additional arguments, they are command-line options to provide to # additional arguments, they are command-line options to provide to
......
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