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
This commit is contained in:
parent
75f1f22501
commit
40986754d7
3 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
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
|
||||
GCC_EXEC_PREFIX before building the wrapper.
|
||||
|
||||
|
|
|
@ -14,6 +14,8 @@
|
|||
# along with GCC; see the file COPYING3. If not see
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
load_lib target-libpath.exp
|
||||
|
||||
load_lib wrapper.exp
|
||||
|
||||
#
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
|
||||
# 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
|
||||
# needs it. FILENAME is the path to the wrapper file. If there are
|
||||
# additional arguments, they are command-line options to provide to
|
||||
|
|
Loading…
Add table
Reference in a new issue