Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
95af8923
Commit
95af8923
authored
Jan 09, 2007
by
Kai Tietz
Committed by
Nick Clifton
Jan 09, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerate configure after updating configure.in
From-SVN: r120610
parent
e0f7e748
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
147 additions
and
137 deletions
+147
-137
ChangeLog
+1
-0
configure
+146
-137
No files found.
ChangeLog
View file @
95af8923
...
...
@@ -5,6 +5,7 @@
2007-01-08 Kai Tietz <kai.tietz@onevision.com>
* configure.in: Add support for an x86_64-mingw* target.
* configure: Regenerate.
2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
...
...
configure
View file @
95af8923
...
...
@@ -1113,6 +1113,9 @@ case "${host}" in
i[3456789]86-
*
-go32
*
|
i[3456789]86-
*
-msdosdjgpp
*
)
noconfigdirs
=
"
$noconfigdirs
tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
;;
x86_64-
*
-mingw
*
)
noconfigdirs
=
"
$noconfigdirs
expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
;;
i[3456789]86-
*
-mingw32
*
)
# noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
noconfigdirs
=
"
$noconfigdirs
expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
...
...
@@ -1462,6 +1465,10 @@ case "${target}" in
target_configdirs
=
"
$target_configdirs
target-winsup"
noconfigdirs
=
"
$noconfigdirs
expect target-libgloss target-newlib
${
libgcj
}
"
;;
x86_64-
*
-mingw
*
)
target_configdirs
=
"
$target_configdirs
target-winsup"
noconfigdirs
=
"
$noconfigdirs
expect target-libgloss target-newlib
${
libgcj
}
"
;;
*
-
*
-cygwin
*
)
target_configdirs
=
"
$target_configdirs
target-libtermcap target-winsup"
noconfigdirs
=
"
$noconfigdirs
target-gperf target-libgloss
${
libgcj
}
"
...
...
@@ -1777,6 +1784,8 @@ case "${host}" in
;;
*
-mingw32
*
)
;;
*
-mingw64
*
)
;;
*
-interix
*
)
host_makefile_frag
=
"config/mh-interix"
;;
...
...
@@ -1869,7 +1878,7 @@ else
# Extract the first word of "gcc", so it can be a program name with args.
set
dummy gcc
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:18
73
: checking for
$ac_word
"
>
&5
echo
"configure:18
82
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -1899,7 +1908,7 @@ if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set
dummy cc
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:19
03
: checking for
$ac_word
"
>
&5
echo
"configure:19
12
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -1950,7 +1959,7 @@ fi
# Extract the first word of "cl", so it can be a program name with args.
set
dummy cl
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:19
54
: checking for
$ac_word
"
>
&5
echo
"configure:19
63
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -1982,7 +1991,7 @@ fi
fi
echo
$ac_n
"checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works""...
$ac_c
"
1>&6
echo
"configure:19
86
: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works"
>
&5
echo
"configure:19
95
: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works"
>
&5
ac_ext
=
c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
...
...
@@ -1993,12 +2002,12 @@ cross_compiling=$ac_cv_prog_cc_cross
cat
>
conftest.
$ac_ext
<<
EOF
#line
1997
"configure"
#line
2006
"configure"
#include "confdefs.h"
main(){return(0);}
EOF
if
{
(
eval echo
configure:20
02
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:20
11
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
ac_cv_prog_cc_works
=
yes
# If we can't run a trivial program, we are probably using a cross compiler.
if
(
./conftest
;
exit
)
2>/dev/null
;
then
...
...
@@ -2024,12 +2033,12 @@ if test $ac_cv_prog_cc_works = no; then
{
echo
"configure: error: installation or configuration problem: C compiler cannot create executables."
1>&2
;
exit
1
;
}
fi
echo
$ac_n
"checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) is a cross-compiler""...
$ac_c
"
1>&6
echo
"configure:20
28
: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) is a cross-compiler"
>
&5
echo
"configure:20
37
: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) is a cross-compiler"
>
&5
echo
"
$ac_t
""
$ac_cv_prog_cc_cross
"
1>&6
cross_compiling
=
$ac_cv_prog_cc_cross
echo
$ac_n
"checking whether we are using GNU C""...
$ac_c
"
1>&6
echo
"configure:20
33
: checking whether we are using GNU C"
>
&5
echo
"configure:20
42
: checking whether we are using GNU C"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_gcc
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2038,7 +2047,7 @@ else
yes;
#endif
EOF
if
{
ac_try
=
'${CC-cc} -E conftest.c'
;
{
(
eval echo
configure:20
42
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
}
| egrep yes
>
/dev/null 2>&1
;
then
if
{
ac_try
=
'${CC-cc} -E conftest.c'
;
{
(
eval echo
configure:20
51
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
}
| egrep yes
>
/dev/null 2>&1
;
then
ac_cv_prog_gcc
=
yes
else
ac_cv_prog_gcc
=
no
...
...
@@ -2057,7 +2066,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
ac_save_CFLAGS
=
"
$CFLAGS
"
CFLAGS
=
echo
$ac_n
"checking whether
${
CC
-cc
}
accepts -g""...
$ac_c
"
1>&6
echo
"configure:20
61
: checking whether
${
CC
-cc
}
accepts -g"
>
&5
echo
"configure:20
70
: checking whether
${
CC
-cc
}
accepts -g"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_cc_g
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2124,7 +2133,7 @@ fi
# Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
set
dummy
${
ac_tool_prefix
}
gnatbind
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:21
28
: checking for
$ac_word
"
>
&5
echo
"configure:21
37
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_GNATBIND
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2156,7 +2165,7 @@ if test -n "$ac_tool_prefix"; then
# Extract the first word of "gnatbind", so it can be a program name with args.
set
dummy gnatbind
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:216
0
: checking for
$ac_word
"
>
&5
echo
"configure:216
9
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_GNATBIND
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2189,7 +2198,7 @@ fi
fi
echo
$ac_n
"checking whether compiler driver understands Ada""...
$ac_c
"
1>&6
echo
"configure:2
193
: checking whether compiler driver understands Ada"
>
&5
echo
"configure:2
202
: checking whether compiler driver understands Ada"
>
&5
if
eval
"test
\"
`
echo
'$''{'
acx_cv_cc_gcc_supports_ada
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2221,7 +2230,7 @@ else
fi
echo
$ac_n
"checking how to compare bootstrapped objects""...
$ac_c
"
1>&6
echo
"configure:22
25
: checking how to compare bootstrapped objects"
>
&5
echo
"configure:22
34
: checking how to compare bootstrapped objects"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_prog_cmp_skip
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2341,9 +2350,9 @@ saved_CFLAGS="$CFLAGS"
CFLAGS
=
"
$CFLAGS
$gmpinc
"
# Check GMP actually works
echo
$ac_n
"checking for correct version of gmp.h""...
$ac_c
"
1>&6
echo
"configure:23
45
: checking for correct version of gmp.h"
>
&5
echo
"configure:23
54
: checking for correct version of gmp.h"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
#line 23
47
"configure"
#line 23
56
"configure"
#include "confdefs.h"
#include "gmp.h"
int main() {
...
...
@@ -2354,7 +2363,7 @@ choke me
; return 0; }
EOF
if
{
(
eval echo
configure:23
58
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:23
67
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
echo
"
$ac_t
""yes"
1>&6
else
...
...
@@ -2369,9 +2378,9 @@ if test x"$have_gmp" = xyes; then
saved_LIBS
=
"
$LIBS
"
LIBS
=
"
$LIBS
$gmplibs
"
echo
$ac_n
"checking for correct version of mpfr.h""...
$ac_c
"
1>&6
echo
"configure:23
73
: checking for correct version of mpfr.h"
>
&5
echo
"configure:23
82
: checking for correct version of mpfr.h"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
#line 23
75
"configure"
#line 23
84
"configure"
#include "confdefs.h"
#include <gmp.h>
#include <mpfr.h>
...
...
@@ -2384,10 +2393,10 @@ int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:23
88
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:23
97
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
391
"configure"
#line 2
400
"configure"
#include "confdefs.h"
#include <gmp.h>
#include <mpfr.h>
...
...
@@ -2400,7 +2409,7 @@ int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:24
04
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:24
13
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
echo
"
$ac_t
""yes"
1>&6
else
...
...
@@ -3570,7 +3579,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:35
74
: checking for
$ac_word
"
>
&5
echo
"configure:35
83
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_YACC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3610,7 +3619,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:36
14
: checking for
$ac_word
"
>
&5
echo
"configure:36
23
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_BISON
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3649,7 +3658,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:36
53
: checking for
$ac_word
"
>
&5
echo
"configure:36
62
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_M4
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3688,7 +3697,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:3
692
: checking for
$ac_word
"
>
&5
echo
"configure:3
701
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LEX
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3728,7 +3737,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:37
32
: checking for
$ac_word
"
>
&5
echo
"configure:37
41
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_FLEX
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3767,7 +3776,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:37
71
: checking for
$ac_word
"
>
&5
echo
"configure:37
80
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_MAKEINFO
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3820,7 +3829,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:38
24
: checking for
$ac_word
"
>
&5
echo
"configure:38
33
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_EXPECT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3861,7 +3870,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:38
65
: checking for
$ac_word
"
>
&5
echo
"configure:38
74
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RUNTEST
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3909,7 +3918,7 @@ test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:39
13
: checking for
$ac_word
"
>
&5
echo
"configure:39
22
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AR
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3940,7 +3949,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:39
44
: checking for
$ac_word
"
>
&5
echo
"configure:39
53
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AR
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3984,7 +3993,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:39
88
: checking for
$ac_word
"
>
&5
echo
"configure:39
97
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AS
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4015,7 +4024,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:40
19
: checking for
$ac_word
"
>
&5
echo
"configure:40
28
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AS
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4059,7 +4068,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:40
63
: checking for
$ac_word
"
>
&5
echo
"configure:40
72
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_DLLTOOL
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4090,7 +4099,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:4
094
: checking for
$ac_word
"
>
&5
echo
"configure:4
103
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_DLLTOOL
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4134,7 +4143,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:41
38
: checking for
$ac_word
"
>
&5
echo
"configure:41
47
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LD
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4165,7 +4174,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:41
69
: checking for
$ac_word
"
>
&5
echo
"configure:41
78
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LD
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4209,7 +4218,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:42
13
: checking for
$ac_word
"
>
&5
echo
"configure:42
22
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LIPO
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4240,7 +4249,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:42
44
: checking for
$ac_word
"
>
&5
echo
"configure:42
53
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LIPO
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4284,7 +4293,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:42
88
: checking for
$ac_word
"
>
&5
echo
"configure:42
97
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_NM
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4315,7 +4324,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:43
19
: checking for
$ac_word
"
>
&5
echo
"configure:43
28
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_NM
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4359,7 +4368,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:43
63
: checking for
$ac_word
"
>
&5
echo
"configure:43
72
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4390,7 +4399,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:4
394
: checking for
$ac_word
"
>
&5
echo
"configure:4
403
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4429,7 +4438,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:44
33
: checking for
$ac_word
"
>
&5
echo
"configure:44
42
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_STRIP
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4460,7 +4469,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:44
64
: checking for
$ac_word
"
>
&5
echo
"configure:44
73
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_STRIP
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4499,7 +4508,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:45
03
: checking for
$ac_word
"
>
&5
echo
"configure:45
12
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_WINDRES
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4530,7 +4539,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:45
34
: checking for
$ac_word
"
>
&5
echo
"configure:45
43
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_WINDRES
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4574,7 +4583,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:45
78
: checking for
$ac_word
"
>
&5
echo
"configure:45
87
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_OBJCOPY
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4605,7 +4614,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:46
09
: checking for
$ac_word
"
>
&5
echo
"configure:46
18
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_OBJCOPY
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4649,7 +4658,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:46
53
: checking for
$ac_word
"
>
&5
echo
"configure:46
62
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_OBJDUMP
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4680,7 +4689,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:46
84
: checking for
$ac_word
"
>
&5
echo
"configure:46
93
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_OBJDUMP
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4744,7 +4753,7 @@ fi
if
test
-n
"
$with_build_time_tools
"
;
then
for
ncn_progname
in
cc gcc
;
do
echo
$ac_n
"checking for
${
ncn_progname
}
in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:47
48
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
echo
"configure:47
57
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/
${
ncn_progname
}
;
then
ac_cv_prog_CC_FOR_TARGET
=
$with_build_time_tools
/
${
ncn_progname
}
echo
"
$ac_t
""yes"
1>&6
...
...
@@ -4761,7 +4770,7 @@ if test -z "$ac_cv_prog_CC_FOR_TARGET"; then
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:47
65
: checking for
$ac_word
"
>
&5
echo
"configure:47
74
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4792,7 +4801,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:4
796
: checking for
$ac_word
"
>
&5
echo
"configure:4
805
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4835,7 +4844,7 @@ fi
if
test
-n
"
$with_build_time_tools
"
;
then
for
ncn_progname
in
c++ g++ cxx gxx
;
do
echo
$ac_n
"checking for
${
ncn_progname
}
in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:48
39
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
echo
"configure:48
48
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/
${
ncn_progname
}
;
then
ac_cv_prog_CXX_FOR_TARGET
=
$with_build_time_tools
/
${
ncn_progname
}
echo
"
$ac_t
""yes"
1>&6
...
...
@@ -4852,7 +4861,7 @@ if test -z "$ac_cv_prog_CXX_FOR_TARGET"; then
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:48
56
: checking for
$ac_word
"
>
&5
echo
"configure:48
65
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CXX_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4883,7 +4892,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:48
87
: checking for
$ac_word
"
>
&5
echo
"configure:48
96
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CXX_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4926,7 +4935,7 @@ fi
if
test
-n
"
$with_build_time_tools
"
;
then
for
ncn_progname
in
gcc
;
do
echo
$ac_n
"checking for
${
ncn_progname
}
in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:493
0
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
echo
"configure:493
9
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/
${
ncn_progname
}
;
then
ac_cv_prog_GCC_FOR_TARGET
=
$with_build_time_tools
/
${
ncn_progname
}
echo
"
$ac_t
""yes"
1>&6
...
...
@@ -4943,7 +4952,7 @@ if test -z "$ac_cv_prog_GCC_FOR_TARGET"; then
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:49
47
: checking for
$ac_word
"
>
&5
echo
"configure:49
56
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_GCC_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4974,7 +4983,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:49
78
: checking for
$ac_word
"
>
&5
echo
"configure:49
87
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_GCC_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5012,7 +5021,7 @@ fi
if
test
-n
"
$with_build_time_tools
"
;
then
for
ncn_progname
in
gcj
;
do
echo
$ac_n
"checking for
${
ncn_progname
}
in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:50
16
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
echo
"configure:50
25
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/
${
ncn_progname
}
;
then
ac_cv_prog_GCJ_FOR_TARGET
=
$with_build_time_tools
/
${
ncn_progname
}
echo
"
$ac_t
""yes"
1>&6
...
...
@@ -5029,7 +5038,7 @@ if test -z "$ac_cv_prog_GCJ_FOR_TARGET"; then
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:50
33
: checking for
$ac_word
"
>
&5
echo
"configure:50
42
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_GCJ_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5060,7 +5069,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:50
64
: checking for
$ac_word
"
>
&5
echo
"configure:50
73
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_GCJ_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5103,7 +5112,7 @@ fi
if
test
-n
"
$with_build_time_tools
"
;
then
for
ncn_progname
in
gfortran
;
do
echo
$ac_n
"checking for
${
ncn_progname
}
in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:51
07
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
echo
"configure:51
16
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/
${
ncn_progname
}
;
then
ac_cv_prog_GFORTRAN_FOR_TARGET
=
$with_build_time_tools
/
${
ncn_progname
}
echo
"
$ac_t
""yes"
1>&6
...
...
@@ -5120,7 +5129,7 @@ if test -z "$ac_cv_prog_GFORTRAN_FOR_TARGET"; then
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:51
24
: checking for
$ac_word
"
>
&5
echo
"configure:51
33
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_GFORTRAN_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5151,7 +5160,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:51
55
: checking for
$ac_word
"
>
&5
echo
"configure:51
64
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_GFORTRAN_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5258,7 +5267,7 @@ rm conftest.c
if
test
-z
"
$ac_cv_path_AR_FOR_TARGET
"
;
then
if
test
-n
"
$with_build_time_tools
"
;
then
echo
$ac_n
"checking for ar in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:52
62
: checking for ar in
$with_build_time_tools
"
>
&5
echo
"configure:52
71
: checking for ar in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/ar
;
then
AR_FOR_TARGET
=
`
cd
$with_build_time_tools
&&
pwd
`
/ar
ac_cv_path_AR_FOR_TARGET
=
$AR_FOR_TARGET
...
...
@@ -5276,7 +5285,7 @@ if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
# Extract the first word of "ar", so it can be a program name with args.
set
dummy ar
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:528
0
: checking for
$ac_word
"
>
&5
echo
"configure:528
9
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_AR_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5313,7 +5322,7 @@ if test -z "$ac_cv_path_AR_FOR_TARGET" ; then
if
test
-n
"
$with_build_time_tools
"
;
then
for
ncn_progname
in
ar
;
do
echo
$ac_n
"checking for
${
ncn_progname
}
in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:53
17
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
echo
"configure:53
26
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/
${
ncn_progname
}
;
then
ac_cv_prog_AR_FOR_TARGET
=
$with_build_time_tools
/
${
ncn_progname
}
echo
"
$ac_t
""yes"
1>&6
...
...
@@ -5330,7 +5339,7 @@ if test -z "$ac_cv_prog_AR_FOR_TARGET"; then
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:53
34
: checking for
$ac_word
"
>
&5
echo
"configure:53
43
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AR_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5361,7 +5370,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:53
65
: checking for
$ac_word
"
>
&5
echo
"configure:53
74
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AR_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5411,7 +5420,7 @@ fi
if
test
-z
"
$ac_cv_path_AS_FOR_TARGET
"
;
then
if
test
-n
"
$with_build_time_tools
"
;
then
echo
$ac_n
"checking for as in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:54
15
: checking for as in
$with_build_time_tools
"
>
&5
echo
"configure:54
24
: checking for as in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/as
;
then
AS_FOR_TARGET
=
`
cd
$with_build_time_tools
&&
pwd
`
/as
ac_cv_path_AS_FOR_TARGET
=
$AS_FOR_TARGET
...
...
@@ -5429,7 +5438,7 @@ if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
# Extract the first word of "as", so it can be a program name with args.
set
dummy as
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:54
33
: checking for
$ac_word
"
>
&5
echo
"configure:54
42
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_AS_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5466,7 +5475,7 @@ if test -z "$ac_cv_path_AS_FOR_TARGET" ; then
if
test
-n
"
$with_build_time_tools
"
;
then
for
ncn_progname
in
as
;
do
echo
$ac_n
"checking for
${
ncn_progname
}
in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:547
0
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
echo
"configure:547
9
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/
${
ncn_progname
}
;
then
ac_cv_prog_AS_FOR_TARGET
=
$with_build_time_tools
/
${
ncn_progname
}
echo
"
$ac_t
""yes"
1>&6
...
...
@@ -5483,7 +5492,7 @@ if test -z "$ac_cv_prog_AS_FOR_TARGET"; then
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:54
87
: checking for
$ac_word
"
>
&5
echo
"configure:54
96
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AS_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5514,7 +5523,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:55
18
: checking for
$ac_word
"
>
&5
echo
"configure:55
27
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AS_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5564,7 +5573,7 @@ fi
if
test
-z
"
$ac_cv_path_DLLTOOL_FOR_TARGET
"
;
then
if
test
-n
"
$with_build_time_tools
"
;
then
echo
$ac_n
"checking for dlltool in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:55
68
: checking for dlltool in
$with_build_time_tools
"
>
&5
echo
"configure:55
77
: checking for dlltool in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/dlltool
;
then
DLLTOOL_FOR_TARGET
=
`
cd
$with_build_time_tools
&&
pwd
`
/dlltool
ac_cv_path_DLLTOOL_FOR_TARGET
=
$DLLTOOL_FOR_TARGET
...
...
@@ -5582,7 +5591,7 @@ if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
# Extract the first word of "dlltool", so it can be a program name with args.
set
dummy dlltool
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:55
86
: checking for
$ac_word
"
>
&5
echo
"configure:55
95
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_DLLTOOL_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5619,7 +5628,7 @@ if test -z "$ac_cv_path_DLLTOOL_FOR_TARGET" ; then
if
test
-n
"
$with_build_time_tools
"
;
then
for
ncn_progname
in
dlltool
;
do
echo
$ac_n
"checking for
${
ncn_progname
}
in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:56
23
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
echo
"configure:56
32
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/
${
ncn_progname
}
;
then
ac_cv_prog_DLLTOOL_FOR_TARGET
=
$with_build_time_tools
/
${
ncn_progname
}
echo
"
$ac_t
""yes"
1>&6
...
...
@@ -5636,7 +5645,7 @@ if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET"; then
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:564
0
: checking for
$ac_word
"
>
&5
echo
"configure:564
9
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_DLLTOOL_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5667,7 +5676,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:56
71
: checking for
$ac_word
"
>
&5
echo
"configure:56
80
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_DLLTOOL_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5717,7 +5726,7 @@ fi
if
test
-z
"
$ac_cv_path_LD_FOR_TARGET
"
;
then
if
test
-n
"
$with_build_time_tools
"
;
then
echo
$ac_n
"checking for ld in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:57
21
: checking for ld in
$with_build_time_tools
"
>
&5
echo
"configure:57
30
: checking for ld in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/ld
;
then
LD_FOR_TARGET
=
`
cd
$with_build_time_tools
&&
pwd
`
/ld
ac_cv_path_LD_FOR_TARGET
=
$LD_FOR_TARGET
...
...
@@ -5735,7 +5744,7 @@ if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
# Extract the first word of "ld", so it can be a program name with args.
set
dummy ld
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:57
39
: checking for
$ac_word
"
>
&5
echo
"configure:57
48
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_LD_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5772,7 +5781,7 @@ if test -z "$ac_cv_path_LD_FOR_TARGET" ; then
if
test
-n
"
$with_build_time_tools
"
;
then
for
ncn_progname
in
ld
;
do
echo
$ac_n
"checking for
${
ncn_progname
}
in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:57
76
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
echo
"configure:57
85
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/
${
ncn_progname
}
;
then
ac_cv_prog_LD_FOR_TARGET
=
$with_build_time_tools
/
${
ncn_progname
}
echo
"
$ac_t
""yes"
1>&6
...
...
@@ -5789,7 +5798,7 @@ if test -z "$ac_cv_prog_LD_FOR_TARGET"; then
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:5
793
: checking for
$ac_word
"
>
&5
echo
"configure:5
802
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LD_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5820,7 +5829,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:58
24
: checking for
$ac_word
"
>
&5
echo
"configure:58
33
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LD_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5870,7 +5879,7 @@ fi
if
test
-z
"
$ac_cv_path_LIPO_FOR_TARGET
"
;
then
if
test
-n
"
$with_build_time_tools
"
;
then
echo
$ac_n
"checking for lipo in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:58
74
: checking for lipo in
$with_build_time_tools
"
>
&5
echo
"configure:58
83
: checking for lipo in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/lipo
;
then
LIPO_FOR_TARGET
=
`
cd
$with_build_time_tools
&&
pwd
`
/lipo
ac_cv_path_LIPO_FOR_TARGET
=
$LIPO_FOR_TARGET
...
...
@@ -5888,7 +5897,7 @@ if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
# Extract the first word of "lipo", so it can be a program name with args.
set
dummy lipo
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:5
892
: checking for
$ac_word
"
>
&5
echo
"configure:5
901
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_LIPO_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5925,7 +5934,7 @@ if test -z "$ac_cv_path_LIPO_FOR_TARGET" ; then
if
test
-n
"
$with_build_time_tools
"
;
then
for
ncn_progname
in
lipo
;
do
echo
$ac_n
"checking for
${
ncn_progname
}
in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:59
29
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
echo
"configure:59
38
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/
${
ncn_progname
}
;
then
ac_cv_prog_LIPO_FOR_TARGET
=
$with_build_time_tools
/
${
ncn_progname
}
echo
"
$ac_t
""yes"
1>&6
...
...
@@ -5942,7 +5951,7 @@ if test -z "$ac_cv_prog_LIPO_FOR_TARGET"; then
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:59
46
: checking for
$ac_word
"
>
&5
echo
"configure:59
55
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LIPO_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5973,7 +5982,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:59
77
: checking for
$ac_word
"
>
&5
echo
"configure:59
86
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LIPO_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6023,7 +6032,7 @@ fi
if
test
-z
"
$ac_cv_path_NM_FOR_TARGET
"
;
then
if
test
-n
"
$with_build_time_tools
"
;
then
echo
$ac_n
"checking for nm in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:60
27
: checking for nm in
$with_build_time_tools
"
>
&5
echo
"configure:60
36
: checking for nm in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/nm
;
then
NM_FOR_TARGET
=
`
cd
$with_build_time_tools
&&
pwd
`
/nm
ac_cv_path_NM_FOR_TARGET
=
$NM_FOR_TARGET
...
...
@@ -6041,7 +6050,7 @@ if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
# Extract the first word of "nm", so it can be a program name with args.
set
dummy nm
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:60
45
: checking for
$ac_word
"
>
&5
echo
"configure:60
54
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_NM_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6078,7 +6087,7 @@ if test -z "$ac_cv_path_NM_FOR_TARGET" ; then
if
test
-n
"
$with_build_time_tools
"
;
then
for
ncn_progname
in
nm
;
do
echo
$ac_n
"checking for
${
ncn_progname
}
in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:60
82
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
echo
"configure:60
91
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/
${
ncn_progname
}
;
then
ac_cv_prog_NM_FOR_TARGET
=
$with_build_time_tools
/
${
ncn_progname
}
echo
"
$ac_t
""yes"
1>&6
...
...
@@ -6095,7 +6104,7 @@ if test -z "$ac_cv_prog_NM_FOR_TARGET"; then
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:6
099
: checking for
$ac_word
"
>
&5
echo
"configure:6
108
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_NM_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6126,7 +6135,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:613
0
: checking for
$ac_word
"
>
&5
echo
"configure:613
9
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_NM_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6176,7 +6185,7 @@ fi
if
test
-z
"
$ac_cv_path_OBJDUMP_FOR_TARGET
"
;
then
if
test
-n
"
$with_build_time_tools
"
;
then
echo
$ac_n
"checking for objdump in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:618
0
: checking for objdump in
$with_build_time_tools
"
>
&5
echo
"configure:618
9
: checking for objdump in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/objdump
;
then
OBJDUMP_FOR_TARGET
=
`
cd
$with_build_time_tools
&&
pwd
`
/objdump
ac_cv_path_OBJDUMP_FOR_TARGET
=
$OBJDUMP_FOR_TARGET
...
...
@@ -6194,7 +6203,7 @@ if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
# Extract the first word of "objdump", so it can be a program name with args.
set
dummy objdump
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:6
198
: checking for
$ac_word
"
>
&5
echo
"configure:6
207
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_OBJDUMP_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6231,7 +6240,7 @@ if test -z "$ac_cv_path_OBJDUMP_FOR_TARGET" ; then
if
test
-n
"
$with_build_time_tools
"
;
then
for
ncn_progname
in
objdump
;
do
echo
$ac_n
"checking for
${
ncn_progname
}
in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:62
35
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
echo
"configure:62
44
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/
${
ncn_progname
}
;
then
ac_cv_prog_OBJDUMP_FOR_TARGET
=
$with_build_time_tools
/
${
ncn_progname
}
echo
"
$ac_t
""yes"
1>&6
...
...
@@ -6248,7 +6257,7 @@ if test -z "$ac_cv_prog_OBJDUMP_FOR_TARGET"; then
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:62
52
: checking for
$ac_word
"
>
&5
echo
"configure:62
61
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_OBJDUMP_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6279,7 +6288,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:62
83
: checking for
$ac_word
"
>
&5
echo
"configure:62
92
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_OBJDUMP_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6329,7 +6338,7 @@ fi
if
test
-z
"
$ac_cv_path_RANLIB_FOR_TARGET
"
;
then
if
test
-n
"
$with_build_time_tools
"
;
then
echo
$ac_n
"checking for ranlib in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:63
33
: checking for ranlib in
$with_build_time_tools
"
>
&5
echo
"configure:63
42
: checking for ranlib in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/ranlib
;
then
RANLIB_FOR_TARGET
=
`
cd
$with_build_time_tools
&&
pwd
`
/ranlib
ac_cv_path_RANLIB_FOR_TARGET
=
$RANLIB_FOR_TARGET
...
...
@@ -6347,7 +6356,7 @@ if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
# Extract the first word of "ranlib", so it can be a program name with args.
set
dummy ranlib
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:63
51
: checking for
$ac_word
"
>
&5
echo
"configure:63
60
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_RANLIB_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6384,7 +6393,7 @@ if test -z "$ac_cv_path_RANLIB_FOR_TARGET" ; then
if
test
-n
"
$with_build_time_tools
"
;
then
for
ncn_progname
in
ranlib
;
do
echo
$ac_n
"checking for
${
ncn_progname
}
in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:63
88
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
echo
"configure:63
97
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/
${
ncn_progname
}
;
then
ac_cv_prog_RANLIB_FOR_TARGET
=
$with_build_time_tools
/
${
ncn_progname
}
echo
"
$ac_t
""yes"
1>&6
...
...
@@ -6401,7 +6410,7 @@ if test -z "$ac_cv_prog_RANLIB_FOR_TARGET"; then
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:64
05
: checking for
$ac_word
"
>
&5
echo
"configure:64
14
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6432,7 +6441,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:64
36
: checking for
$ac_word
"
>
&5
echo
"configure:64
45
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6482,7 +6491,7 @@ fi
if
test
-z
"
$ac_cv_path_STRIP_FOR_TARGET
"
;
then
if
test
-n
"
$with_build_time_tools
"
;
then
echo
$ac_n
"checking for strip in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:64
86
: checking for strip in
$with_build_time_tools
"
>
&5
echo
"configure:64
95
: checking for strip in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/strip
;
then
STRIP_FOR_TARGET
=
`
cd
$with_build_time_tools
&&
pwd
`
/strip
ac_cv_path_STRIP_FOR_TARGET
=
$STRIP_FOR_TARGET
...
...
@@ -6500,7 +6509,7 @@ if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
# Extract the first word of "strip", so it can be a program name with args.
set
dummy strip
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:65
04
: checking for
$ac_word
"
>
&5
echo
"configure:65
13
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_STRIP_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6537,7 +6546,7 @@ if test -z "$ac_cv_path_STRIP_FOR_TARGET" ; then
if
test
-n
"
$with_build_time_tools
"
;
then
for
ncn_progname
in
strip
;
do
echo
$ac_n
"checking for
${
ncn_progname
}
in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:65
41
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
echo
"configure:65
50
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/
${
ncn_progname
}
;
then
ac_cv_prog_STRIP_FOR_TARGET
=
$with_build_time_tools
/
${
ncn_progname
}
echo
"
$ac_t
""yes"
1>&6
...
...
@@ -6554,7 +6563,7 @@ if test -z "$ac_cv_prog_STRIP_FOR_TARGET"; then
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:65
58
: checking for
$ac_word
"
>
&5
echo
"configure:65
67
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_STRIP_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6585,7 +6594,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:65
89
: checking for
$ac_word
"
>
&5
echo
"configure:65
98
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_STRIP_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6635,7 +6644,7 @@ fi
if
test
-z
"
$ac_cv_path_WINDRES_FOR_TARGET
"
;
then
if
test
-n
"
$with_build_time_tools
"
;
then
echo
$ac_n
"checking for windres in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:66
39
: checking for windres in
$with_build_time_tools
"
>
&5
echo
"configure:66
48
: checking for windres in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/windres
;
then
WINDRES_FOR_TARGET
=
`
cd
$with_build_time_tools
&&
pwd
`
/windres
ac_cv_path_WINDRES_FOR_TARGET
=
$WINDRES_FOR_TARGET
...
...
@@ -6653,7 +6662,7 @@ if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
# Extract the first word of "windres", so it can be a program name with args.
set
dummy windres
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:66
57
: checking for
$ac_word
"
>
&5
echo
"configure:66
66
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_WINDRES_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6690,7 +6699,7 @@ if test -z "$ac_cv_path_WINDRES_FOR_TARGET" ; then
if
test
-n
"
$with_build_time_tools
"
;
then
for
ncn_progname
in
windres
;
do
echo
$ac_n
"checking for
${
ncn_progname
}
in
$with_build_time_tools
""...
$ac_c
"
1>&6
echo
"configure:6
694
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
echo
"configure:6
703
: checking for
${
ncn_progname
}
in
$with_build_time_tools
"
>
&5
if
test
-x
$with_build_time_tools
/
${
ncn_progname
}
;
then
ac_cv_prog_WINDRES_FOR_TARGET
=
$with_build_time_tools
/
${
ncn_progname
}
echo
"
$ac_t
""yes"
1>&6
...
...
@@ -6707,7 +6716,7 @@ if test -z "$ac_cv_prog_WINDRES_FOR_TARGET"; then
# Extract the first word of "${ncn_target_tool_prefix}${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:67
11
: checking for
$ac_word
"
>
&5
echo
"configure:67
20
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_WINDRES_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6738,7 +6747,7 @@ fi
# Extract the first word of "${ncn_progname}", so it can be a program name with args.
set
dummy
${
ncn_progname
}
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:67
42
: checking for
$ac_word
"
>
&5
echo
"configure:67
51
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_WINDRES_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6786,7 +6795,7 @@ fi
RAW_CXX_FOR_TARGET
=
"
$CXX_FOR_TARGET
"
echo
$ac_n
"checking where to find the target ar""...
$ac_c
"
1>&6
echo
"configure:679
0
: checking where to find the target ar"
>
&5
echo
"configure:679
9
: checking where to find the target ar"
>
&5
if
test
"x
${
build
}
"
!=
"x
${
host
}
"
;
then
if
expr
"x
$AR_FOR_TARGET
"
:
"x/"
>
/dev/null
;
then
# We already found the complete path
...
...
@@ -6820,7 +6829,7 @@ else
fi
echo
$ac_n
"checking where to find the target as""...
$ac_c
"
1>&6
echo
"configure:68
24
: checking where to find the target as"
>
&5
echo
"configure:68
33
: checking where to find the target as"
>
&5
if
test
"x
${
build
}
"
!=
"x
${
host
}
"
;
then
if
expr
"x
$AS_FOR_TARGET
"
:
"x/"
>
/dev/null
;
then
# We already found the complete path
...
...
@@ -6854,7 +6863,7 @@ else
fi
echo
$ac_n
"checking where to find the target cc""...
$ac_c
"
1>&6
echo
"configure:68
58
: checking where to find the target cc"
>
&5
echo
"configure:68
67
: checking where to find the target cc"
>
&5
if
test
"x
${
build
}
"
!=
"x
${
host
}
"
;
then
if
expr
"x
$CC_FOR_TARGET
"
:
"x/"
>
/dev/null
;
then
# We already found the complete path
...
...
@@ -6888,7 +6897,7 @@ else
fi
echo
$ac_n
"checking where to find the target c++""...
$ac_c
"
1>&6
echo
"configure:6
892
: checking where to find the target c++"
>
&5
echo
"configure:6
901
: checking where to find the target c++"
>
&5
if
test
"x
${
build
}
"
!=
"x
${
host
}
"
;
then
if
expr
"x
$CXX_FOR_TARGET
"
:
"x/"
>
/dev/null
;
then
# We already found the complete path
...
...
@@ -6925,7 +6934,7 @@ else
fi
echo
$ac_n
"checking where to find the target c++ for libstdc++""...
$ac_c
"
1>&6
echo
"configure:69
29
: checking where to find the target c++ for libstdc++"
>
&5
echo
"configure:69
38
: checking where to find the target c++ for libstdc++"
>
&5
if
test
"x
${
build
}
"
!=
"x
${
host
}
"
;
then
if
expr
"x
$RAW_CXX_FOR_TARGET
"
:
"x/"
>
/dev/null
;
then
# We already found the complete path
...
...
@@ -6962,7 +6971,7 @@ else
fi
echo
$ac_n
"checking where to find the target dlltool""...
$ac_c
"
1>&6
echo
"configure:69
66
: checking where to find the target dlltool"
>
&5
echo
"configure:69
75
: checking where to find the target dlltool"
>
&5
if
test
"x
${
build
}
"
!=
"x
${
host
}
"
;
then
if
expr
"x
$DLLTOOL_FOR_TARGET
"
:
"x/"
>
/dev/null
;
then
# We already found the complete path
...
...
@@ -6996,7 +7005,7 @@ else
fi
echo
$ac_n
"checking where to find the target gcc""...
$ac_c
"
1>&6
echo
"configure:700
0
: checking where to find the target gcc"
>
&5
echo
"configure:700
9
: checking where to find the target gcc"
>
&5
if
test
"x
${
build
}
"
!=
"x
${
host
}
"
;
then
if
expr
"x
$GCC_FOR_TARGET
"
:
"x/"
>
/dev/null
;
then
# We already found the complete path
...
...
@@ -7030,7 +7039,7 @@ else
fi
echo
$ac_n
"checking where to find the target gcj""...
$ac_c
"
1>&6
echo
"configure:70
34
: checking where to find the target gcj"
>
&5
echo
"configure:70
43
: checking where to find the target gcj"
>
&5
if
test
"x
${
build
}
"
!=
"x
${
host
}
"
;
then
if
expr
"x
$GCJ_FOR_TARGET
"
:
"x/"
>
/dev/null
;
then
# We already found the complete path
...
...
@@ -7067,7 +7076,7 @@ else
fi
echo
$ac_n
"checking where to find the target gfortran""...
$ac_c
"
1>&6
echo
"configure:70
71
: checking where to find the target gfortran"
>
&5
echo
"configure:70
80
: checking where to find the target gfortran"
>
&5
if
test
"x
${
build
}
"
!=
"x
${
host
}
"
;
then
if
expr
"x
$GFORTRAN_FOR_TARGET
"
:
"x/"
>
/dev/null
;
then
# We already found the complete path
...
...
@@ -7104,7 +7113,7 @@ else
fi
echo
$ac_n
"checking where to find the target ld""...
$ac_c
"
1>&6
echo
"configure:71
08
: checking where to find the target ld"
>
&5
echo
"configure:71
17
: checking where to find the target ld"
>
&5
if
test
"x
${
build
}
"
!=
"x
${
host
}
"
;
then
if
expr
"x
$LD_FOR_TARGET
"
:
"x/"
>
/dev/null
;
then
# We already found the complete path
...
...
@@ -7138,7 +7147,7 @@ else
fi
echo
$ac_n
"checking where to find the target lipo""...
$ac_c
"
1>&6
echo
"configure:71
42
: checking where to find the target lipo"
>
&5
echo
"configure:71
51
: checking where to find the target lipo"
>
&5
if
test
"x
${
build
}
"
!=
"x
${
host
}
"
;
then
if
expr
"x
$LIPO_FOR_TARGET
"
:
"x/"
>
/dev/null
;
then
# We already found the complete path
...
...
@@ -7162,7 +7171,7 @@ else
fi
echo
$ac_n
"checking where to find the target nm""...
$ac_c
"
1>&6
echo
"configure:71
66
: checking where to find the target nm"
>
&5
echo
"configure:71
75
: checking where to find the target nm"
>
&5
if
test
"x
${
build
}
"
!=
"x
${
host
}
"
;
then
if
expr
"x
$NM_FOR_TARGET
"
:
"x/"
>
/dev/null
;
then
# We already found the complete path
...
...
@@ -7196,7 +7205,7 @@ else
fi
echo
$ac_n
"checking where to find the target objdump""...
$ac_c
"
1>&6
echo
"configure:720
0
: checking where to find the target objdump"
>
&5
echo
"configure:720
9
: checking where to find the target objdump"
>
&5
if
test
"x
${
build
}
"
!=
"x
${
host
}
"
;
then
if
expr
"x
$OBJDUMP_FOR_TARGET
"
:
"x/"
>
/dev/null
;
then
# We already found the complete path
...
...
@@ -7230,7 +7239,7 @@ else
fi
echo
$ac_n
"checking where to find the target ranlib""...
$ac_c
"
1>&6
echo
"configure:72
34
: checking where to find the target ranlib"
>
&5
echo
"configure:72
43
: checking where to find the target ranlib"
>
&5
if
test
"x
${
build
}
"
!=
"x
${
host
}
"
;
then
if
expr
"x
$RANLIB_FOR_TARGET
"
:
"x/"
>
/dev/null
;
then
# We already found the complete path
...
...
@@ -7264,7 +7273,7 @@ else
fi
echo
$ac_n
"checking where to find the target strip""...
$ac_c
"
1>&6
echo
"configure:72
68
: checking where to find the target strip"
>
&5
echo
"configure:72
77
: checking where to find the target strip"
>
&5
if
test
"x
${
build
}
"
!=
"x
${
host
}
"
;
then
if
expr
"x
$STRIP_FOR_TARGET
"
:
"x/"
>
/dev/null
;
then
# We already found the complete path
...
...
@@ -7298,7 +7307,7 @@ else
fi
echo
$ac_n
"checking where to find the target windres""...
$ac_c
"
1>&6
echo
"configure:73
02
: checking where to find the target windres"
>
&5
echo
"configure:73
11
: checking where to find the target windres"
>
&5
if
test
"x
${
build
}
"
!=
"x
${
host
}
"
;
then
if
expr
"x
$WINDRES_FOR_TARGET
"
:
"x/"
>
/dev/null
;
then
# We already found the complete path
...
...
@@ -7360,7 +7369,7 @@ fi
echo
$ac_n
"checking whether to enable maintainer-specific portions of Makefiles""...
$ac_c
"
1>&6
echo
"configure:73
64
: checking whether to enable maintainer-specific portions of Makefiles"
>
&5
echo
"configure:73
73
: checking whether to enable maintainer-specific portions of Makefiles"
>
&5
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
if
test
"
${
enable_maintainer_mode
+set
}
"
=
set
;
then
enableval
=
"
$enable_maintainer_mode
"
...
...
@@ -7402,16 +7411,16 @@ if test "$GCC" = yes; then
# Pass -fkeep-inline-functions for stage 1 if the GCC version supports it.
CFLAGS
=
"
$CFLAGS
-fkeep-inline-functions"
echo
$ac_n
"checking whether -fkeep-inline-functions is supported""...
$ac_c
"
1>&6
echo
"configure:74
06
: checking whether -fkeep-inline-functions is supported"
>
&5
echo
"configure:74
15
: checking whether -fkeep-inline-functions is supported"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
#line 74
08
"configure"
#line 74
17
"configure"
#include "confdefs.h"
int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:74
15
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:74
24
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
echo
"
$ac_t
""yes"
1>&6
;
stage1_cflags
=
"
$stage1_cflags
-fkeep-inline-functions"
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment