configure.ac: Don't look for host assembler when building a canadian cross.
* configure.ac: Don't look for host assembler when building a canadian cross. * configure: Regenerate. From-SVN: r88907
This commit is contained in:
parent
afd85c1ac4
commit
21addcd9ff
3 changed files with 46 additions and 24 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-10-12 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* configure.ac: Don't look for host assembler when building a canadian
|
||||
cross.
|
||||
* configure: Regenerate.
|
||||
|
||||
2004-10-11 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
PR other/17361
|
||||
|
|
8
gcc/configure
vendored
8
gcc/configure
vendored
|
@ -12751,12 +12751,16 @@ if test "x$gcc_cv_as" = x; then
|
|||
gcc_cv_as=`echo as | sed "${program_transform_name}"`$host_exeext
|
||||
fi
|
||||
|
||||
if test x$host = x$build; then
|
||||
test_dirs="$test_prefix/libexec/gcc/$target_noncanonical/$gcc_version \
|
||||
$test_prefix/libexec/gcc/$target_noncanonical \
|
||||
/usr/lib/gcc/$target_noncanonical/$gcc_version \
|
||||
/usr/lib/gcc/$target_noncanonical \
|
||||
$test_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version \
|
||||
$test_prefix/$target_noncanonical/bin"
|
||||
else
|
||||
test_dirs=
|
||||
fi
|
||||
|
||||
if test x$host = x$target; then
|
||||
test_dirs="$test_dirs \
|
||||
|
@ -12872,12 +12876,16 @@ if test "x$gcc_cv_ld" = x; then
|
|||
gcc_cv_ld=`echo ld | sed "${program_transform_name}"`$host_exeext
|
||||
fi
|
||||
|
||||
if test x$host = x$build; then
|
||||
test_dirs="$test_prefix/libexec/gcc/$target_noncanonical/$gcc_version \
|
||||
$test_prefix/libexec/gcc/$target_noncanonical \
|
||||
/usr/lib/gcc/$target_noncanonical/$gcc_version \
|
||||
/usr/lib/gcc/$target_noncanonical \
|
||||
$test_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version \
|
||||
$test_prefix/$target_noncanonical/bin"
|
||||
else
|
||||
test_dirs=
|
||||
fi
|
||||
|
||||
if test x$host = x$target; then
|
||||
test_dirs="$test_dirs \
|
||||
|
|
|
@ -1800,12 +1800,16 @@ if test "x$gcc_cv_as" = x; then
|
|||
gcc_cv_as=`echo as | sed "${program_transform_name}"`$host_exeext
|
||||
fi
|
||||
|
||||
if test x$host = x$build; then
|
||||
test_dirs="$test_prefix/libexec/gcc/$target_noncanonical/$gcc_version \
|
||||
$test_prefix/libexec/gcc/$target_noncanonical \
|
||||
/usr/lib/gcc/$target_noncanonical/$gcc_version \
|
||||
/usr/lib/gcc/$target_noncanonical \
|
||||
$test_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version \
|
||||
$test_prefix/$target_noncanonical/bin"
|
||||
else
|
||||
test_dirs=
|
||||
fi
|
||||
|
||||
if test x$host = x$target; then
|
||||
test_dirs="$test_dirs \
|
||||
|
@ -1922,12 +1926,16 @@ if test "x$gcc_cv_ld" = x; then
|
|||
gcc_cv_ld=`echo ld | sed "${program_transform_name}"`$host_exeext
|
||||
fi
|
||||
|
||||
if test x$host = x$build; then
|
||||
test_dirs="$test_prefix/libexec/gcc/$target_noncanonical/$gcc_version \
|
||||
$test_prefix/libexec/gcc/$target_noncanonical \
|
||||
/usr/lib/gcc/$target_noncanonical/$gcc_version \
|
||||
/usr/lib/gcc/$target_noncanonical \
|
||||
$test_prefix/$target_noncanonical/bin/$target_noncanonical/$gcc_version \
|
||||
$test_prefix/$target_noncanonical/bin"
|
||||
else
|
||||
test_dirs=
|
||||
fi
|
||||
|
||||
if test x$host = x$target; then
|
||||
test_dirs="$test_dirs \
|
||||
|
|
Loading…
Add table
Reference in a new issue