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:
Alexandre Oliva 2001-04-03 08:56:59 +00:00 committed by Alexandre Oliva
parent 896b336b8c
commit 924c96ebc4
3 changed files with 281 additions and 267 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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)