mirror of git://gcc.gnu.org/git/gcc.git
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
|
|
@ -1,5 +1,8 @@
|
||||||
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 @@
|
||||||
# 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 @@
|
||||||
|
|
||||||
# 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue