configure.in (target_subdir): Use target_alias, not target.
* configure.in (target_subdir): Use target_alias, not target. * configure: Rebuilt. From-SVN: r41051
This commit is contained in:
parent
896b336b8c
commit
924c96ebc4
3 changed files with 281 additions and 267 deletions
|
@ -1,5 +1,8 @@
|
|||
2001-04-03 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* configure.in (target_subdir): Use target_alias, not target.
|
||||
* configure: Rebuilt.
|
||||
|
||||
* config/sh/crtn.asm (init, fini): Restore r15 from r14, not the
|
||||
other way round.
|
||||
* config/sh/crti.asm: Fix typos in comments.
|
||||
|
|
543
gcc/configure
vendored
543
gcc/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -1816,7 +1816,7 @@ build_canonical=${build}
|
|||
host_canonical=${host}
|
||||
target_subdir=
|
||||
if test "${host}" != "${target}" ; then
|
||||
target_subdir=${target}/
|
||||
target_subdir=${target_alias}/
|
||||
fi
|
||||
AC_SUBST(build_canonical)
|
||||
AC_SUBST(host_canonical)
|
||||
|
|
Loading…
Add table
Reference in a new issue