diff options
Diffstat (limited to 'gcc/configure.in')
| -rw-r--r-- | gcc/configure.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index 9520e33..5431013 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -38,10 +38,7 @@ host_canonical=${host} AC_SUBST(build_canonical) AC_SUBST(host_canonical) -target_subdir= -if test "${host}" != "${target}" ; then - target_subdir=${target_alias}/ -fi +target_subdir=${target_alias} AC_SUBST(target_subdir) # Set program_transform_name |
