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
d920e825
Commit
d920e825
authored
Jun 28, 2001
by
H.J. Lu
Committed by
H.J. Lu
Jun 27, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CFLAGS_FOR_BUILD for canadian cross build.
From-SVN: r43628
parent
09482e0d
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
326 additions
and
314 deletions
+326
-314
ChangeLog
+5
-0
Makefile.in
+2
-0
gcc/ChangeLog
+13
-0
gcc/build-make
+4
-7
gcc/configure
+298
-306
gcc/configure.in
+4
-1
No files found.
ChangeLog
View file @
d920e825
2001-06-27 H.J. Lu (hjl@gnu.org)
* Makefile (CFLAGS_FOR_BUILD): New.
(EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
* README: Remove version number.
...
...
Makefile.in
View file @
d920e825
...
...
@@ -87,6 +87,7 @@ CXXFLAGS = -g -O2
LDFLAGS
=
LIBCFLAGS
=
$(CFLAGS)
CFLAGS_FOR_BUILD
=
$(CFLAGS)
CFLAGS_FOR_TARGET
=
$(CFLAGS)
LDFLAGS_FOR_TARGET
=
LIBCFLAGS_FOR_TARGET
=
$(CFLAGS_FOR_TARGET)
...
...
@@ -473,6 +474,7 @@ EXTRA_GCC_FLAGS = \
"
`
echo
'RANLIB=
$(RANLIB)
'
| sed
-e
s/.
*
=
$$
/XFOO
=
/
`
"
\
'WINDRES=$
$(WINDRES_FOR_TARGET)
'
\
"GCC_FOR_TARGET=
$(GCC_FOR_TARGET)
"
\
"CFLAGS_FOR_BUILD=
$(CFLAGS_FOR_BUILD)
"
\
"
`
echo
'LANGUAGES=
$(LANGUAGES)
'
| sed
-e
s/.
*
=
$$
/XFOO
=
/
`
"
\
"
`
echo
'STMP_FIXPROTO=
$(STMP_FIXPROTO)
'
| sed
-e
s/.
*
=
$$
/XFOO
=
/
`
"
\
"
`
echo
'LIMITS_H_TEST=
$(LIMITS_H_TEST)
'
| sed
-e
s/.
*
=
$$
/XFOO
=
/
`
"
\
...
...
gcc/ChangeLog
View file @
d920e825
2001
-
06
-
27
H
.
J
.
Lu
(
hjl
@gnu
.
org
)
*
build
-
make
(
CC
)
:
Removed
.
(
HOST_CC
)
:
Set
to
$
(
CC_FOR_BUILD
).
(
HOST_CFLAGS
)
:
Replace
$
(
CFLAGS
)
with
$
(
CFLAGS_FOR_BUILD
).
Fix
a
typo
in
comments
.
*
configure
.
in
:
Set
CFLAGS
to
$
(
CFLAGS_FOR_BUILD
)
when
generating
auto
-
build
.
h
for
canadian
cross
compile
.
Set
CC
to
`
"${CC_FOR_BUILD}"
'
instead
of
just
`$
{
CC_FOR_BUILD
}
'
.
Save
/
restore
CFLAGS
.
*
configure
:
Regenerated
.
2001
-
06
-
27
Jim
Wilson
<
wilson
@redhat
.
com
>
*
emit
-
rtl
.
c
(
gen_highpart
)
:
Call
validize_mem
.
...
...
gcc/build-make
View file @
d920e825
# We have to use the cross-compiler we just built to compile it.
CC = gcc -b $(host)
# Need those to compile binaries running on host machine.
# It is configured by
#
# configure --host=target_cpu-target_os \
# --target=
host=
target_cpu-target_os --build=host_cpu-host_os
# --target=target_cpu-target_os --build=host_cpu-host_os
#
# That HOST stuff has to be taken care of very carefully.
HOST_PREFIX=l-
HOST_PREFIX_1=$(HOST_PREFIX)
HOST_CC=$(CC
) -b $(build
)
HOST_CFLAGS=$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS
) $(XCFLAGS
) \
-DGENERATOR_FILE
HOST_CC=$(CC
_FOR_BUILD
)
HOST_CFLAGS=$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS
_FOR_BUILD
) \
$(XCFLAGS)
-DGENERATOR_FILE
HOST_LDFLAGS=$(LDFLAGS)
HOST_CPPFLAGS=$(ALL_CPPFLAGS)
HOST_MALLOC=$(MALLOC)
...
...
gcc/configure
View file @
d920e825
...
...
@@ -105,7 +105,6 @@ program_suffix=NONE
program_transform_name
=
s,x,x,
silent
=
site
=
sitefile
=
srcdir
=
target
=
NONE
verbose
=
...
...
@@ -220,7 +219,6 @@ Configuration:
--help print this message
--no-create do not create output files
--quiet, --silent do not print \`checking...' messages
--site-file=FILE use FILE as the site file
--version print the version of autoconf that created configure
Directory and file names:
--prefix=PREFIX install architecture-independent files in PREFIX
...
...
@@ -391,11 +389,6 @@ EOF
-site
=
*
|
--site
=
*
|
--sit
=
*
)
site
=
"
$ac_optarg
"
;;
-site-file
|
--site-file
|
--site-fil
|
--site-fi
|
--site-f
)
ac_prev
=
sitefile
;;
-site-file
=
*
|
--site-file
=
*
|
--site-fil
=
*
|
--site-fi
=
*
|
--site-f
=
*
)
sitefile
=
"
$ac_optarg
"
;;
-srcdir
|
--srcdir
|
--srcdi
|
--srcd
|
--src
|
--sr
)
ac_prev
=
srcdir
;;
-srcdir
=
*
|
--srcdir
=
*
|
--srcdi
=
*
|
--srcd
=
*
|
--src
=
*
|
--sr
=
*
)
...
...
@@ -561,16 +554,12 @@ fi
srcdir
=
`
echo
"
${
srcdir
}
"
| sed
's%\([^/]\)/*$%\1%'
`
# Prefer explicitly selected file to automatically selected ones.
if
test
-z
"
$sitefile
"
;
then
if
test
-z
"
$CONFIG_SITE
"
;
then
if
test
"x
$prefix
"
!=
xNONE
;
then
CONFIG_SITE
=
"
$prefix
/share/config.site
$prefix
/etc/config.site"
else
CONFIG_SITE
=
"
$ac_default_prefix
/share/config.site
$ac_default_prefix
/etc/config.site"
fi
if
test
-z
"
$CONFIG_SITE
"
;
then
if
test
"x
$prefix
"
!=
xNONE
;
then
CONFIG_SITE
=
"
$prefix
/share/config.site
$prefix
/etc/config.site"
else
CONFIG_SITE
=
"
$ac_default_prefix
/share/config.site
$ac_default_prefix
/etc/config.site"
fi
else
CONFIG_SITE
=
"
$sitefile
"
fi
for
ac_site_file
in
$CONFIG_SITE
;
do
if
test
-r
"
$ac_site_file
"
;
then
...
...
@@ -625,7 +614,7 @@ copy=cp
# - two terminals occur directly after each other
# - the path contains an element with a dot in it
echo
$ac_n
"checking LIBRARY_PATH variable""...
$ac_c
"
1>&6
echo
"configure:6
29
: checking LIBRARY_PATH variable"
>
&5
echo
"configure:6
18
: checking LIBRARY_PATH variable"
>
&5
case
${
LIBRARY_PATH
}
in
[
:
\;
]
*
|
*
[
:
\;
]
|
*
[
:
\;
][
:
\;
]
*
|
*
[
:
\;
]
.
|
.[:
\;
]
*
|
.
|
*
[
:
\;
]
.[:
\;
]
*
)
library_path_setting
=
"contains current directory"
...
...
@@ -650,7 +639,7 @@ fi
# - two terminals occur directly after each other
# - the path contains an element with a dot in it
echo
$ac_n
"checking GCC_EXEC_PREFIX variable""...
$ac_c
"
1>&6
echo
"configure:6
54
: checking GCC_EXEC_PREFIX variable"
>
&5
echo
"configure:6
43
: checking GCC_EXEC_PREFIX variable"
>
&5
case
${
GCC_EXEC_PREFIX
}
in
[
:
\;
]
*
|
*
[
:
\;
]
|
*
[
:
\;
][
:
\;
]
*
|
*
[
:
\;
]
.
|
.[:
\;
]
*
|
.
|
*
[
:
\;
]
.[:
\;
]
*
)
gcc_exec_prefix_setting
=
"contains current directory"
...
...
@@ -1026,7 +1015,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi
echo
$ac_n
"checking host system type""...
$ac_c
"
1>&6
echo
"configure:10
30
: checking host system type"
>
&5
echo
"configure:10
19
: checking host system type"
>
&5
host_alias
=
$host
case
"
$host_alias
"
in
...
...
@@ -1047,7 +1036,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo
"
$ac_t
""
$host
"
1>&6
echo
$ac_n
"checking target system type""...
$ac_c
"
1>&6
echo
"configure:10
51
: checking target system type"
>
&5
echo
"configure:10
40
: checking target system type"
>
&5
target_alias
=
$target
case
"
$target_alias
"
in
...
...
@@ -1065,7 +1054,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo
"
$ac_t
""
$target
"
1>&6
echo
$ac_n
"checking build system type""...
$ac_c
"
1>&6
echo
"configure:10
69
: checking build system type"
>
&5
echo
"configure:10
58
: checking build system type"
>
&5
build_alias
=
$build
case
"
$build_alias
"
in
...
...
@@ -1092,7 +1081,7 @@ test "$host_alias" != "$target_alias" &&
# 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:10
96
: checking for
$ac_word
"
>
&5
echo
"configure:10
85
: 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
...
...
@@ -1122,7 +1111,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:11
26
: checking for
$ac_word
"
>
&5
echo
"configure:11
15
: 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
...
...
@@ -1173,7 +1162,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:11
77
: checking for
$ac_word
"
>
&5
echo
"configure:11
66
: 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
...
...
@@ -1205,7 +1194,7 @@ fi
fi
echo
$ac_n
"checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works""...
$ac_c
"
1>&6
echo
"configure:1
209
: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works"
>
&5
echo
"configure:1
198
: 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.
...
...
@@ -1216,12 +1205,12 @@ cross_compiling=$ac_cv_prog_cc_cross
cat
>
conftest.
$ac_ext
<<
EOF
#line 12
20
"configure"
#line 12
09
"configure"
#include "confdefs.h"
main(){return(0);}
EOF
if
{
(
eval echo
configure:12
25
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:12
14
:
\"
$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
...
...
@@ -1247,12 +1236,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:12
51
: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) is a cross-compiler"
>
&5
echo
"configure:12
40
: 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:12
56
: checking whether we are using GNU C"
>
&5
echo
"configure:12
45
: 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
...
...
@@ -1261,7 +1250,7 @@ else
yes;
#endif
EOF
if
{
ac_try
=
'${CC-cc} -E conftest.c'
;
{
(
eval echo
configure:12
65
:
\"
$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:12
54
:
\"
$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
...
...
@@ -1280,7 +1269,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:12
84
: checking whether
${
CC
-cc
}
accepts -g"
>
&5
echo
"configure:12
73
: 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
...
...
@@ -1313,10 +1302,10 @@ fi
if
test
"x
$CC
"
!=
xcc
;
then
echo
$ac_n
"checking whether
$CC
and cc understand -c and -o together""...
$ac_c
"
1>&6
echo
"configure:13
17
: checking whether
$CC
and cc understand -c and -o together"
>
&5
echo
"configure:13
06
: checking whether
$CC
and cc understand -c and -o together"
>
&5
else
echo
$ac_n
"checking whether cc understands -c and -o together""...
$ac_c
"
1>&6
echo
"configure:13
20
: checking whether cc understands -c and -o together"
>
&5
echo
"configure:13
09
: checking whether cc understands -c and -o together"
>
&5
fi
set
dummy
$CC
;
ac_cc
=
"
`
echo
$2
|
sed
-e
's/[^a-zA-Z0-9_]/_/g'
-e
's/^[0-9]/_/'
`
"
...
...
@@ -1328,16 +1317,16 @@ else
# We do the test twice because some compilers refuse to overwrite an
# existing .o file with -o, though they will create one.
ac_try
=
'${CC-cc} -c conftest.c -o conftest.o 1>&5'
if
{
(
eval echo
configure:13
32
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
&&
test
-f
conftest.o
&&
{
(
eval echo
configure:13
33
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
if
{
(
eval echo
configure:13
21
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
&&
test
-f
conftest.o
&&
{
(
eval echo
configure:13
22
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
then
eval
ac_cv_prog_cc_
${
ac_cc
}
_c_o
=
yes
if
test
"x
$CC
"
!=
xcc
;
then
# Test first that cc exists at all.
if
{
ac_try
=
'cc -c conftest.c 1>&5'
;
{
(
eval echo
configure:13
38
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
}
;
then
if
{
ac_try
=
'cc -c conftest.c 1>&5'
;
{
(
eval echo
configure:13
27
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
}
;
then
ac_try
=
'cc -c conftest.c -o conftest.o 1>&5'
if
{
(
eval echo
configure:13
40
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
&&
test
-f
conftest.o
&&
{
(
eval echo
configure:13
41
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
if
{
(
eval echo
configure:13
29
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
&&
test
-f
conftest.o
&&
{
(
eval echo
configure:13
30
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
then
# cc works too.
:
...
...
@@ -1373,21 +1362,21 @@ fi
echo
$ac_n
"checking whether
${
CC
-cc
}
accepts -Wno-long-long""...
$ac_c
"
1>&6
echo
"configure:13
77
: checking whether
${
CC
-cc
}
accepts -Wno-long-long"
>
&5
echo
"configure:13
66
: checking whether
${
CC
-cc
}
accepts -Wno-long-long"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_cc_no_long_long
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
save_CFLAGS
=
"
$CFLAGS
"
CFLAGS
=
"-Wno-long-long"
cat
>
conftest.
$ac_ext
<<
EOF
#line 13
84
"configure"
#line 13
73
"configure"
#include "confdefs.h"
int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:13
91
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:13
80
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_prog_cc_no_long_long
=
yes
else
...
...
@@ -1408,7 +1397,7 @@ fi
echo
$ac_n
"checking how to run the C preprocessor""...
$ac_c
"
1>&6
echo
"configure:14
12
: checking how to run the C preprocessor"
>
&5
echo
"configure:14
01
: checking how to run the C preprocessor"
>
&5
# On Suns, sometimes $CPP names a directory.
if
test
-n
"
$CPP
"
&&
test
-d
"
$CPP
"
;
then
CPP
=
...
...
@@ -1423,13 +1412,13 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
cat
>
conftest.
$ac_ext
<<
EOF
#line 14
27
"configure"
#line 14
16
"configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:14
33
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:14
22
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
:
...
...
@@ -1440,13 +1429,13 @@ else
rm
-rf
conftest
*
CPP
=
"
${
CC
-cc
}
-E -traditional-cpp"
cat
>
conftest.
$ac_ext
<<
EOF
#line 14
44
"configure"
#line 14
33
"configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:14
50
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:14
39
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
:
...
...
@@ -1457,13 +1446,13 @@ else
rm
-rf
conftest
*
CPP
=
"
${
CC
-cc
}
-nologo -E"
cat
>
conftest.
$ac_ext
<<
EOF
#line 14
61
"configure"
#line 14
50
"configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:14
67
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:14
56
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
:
...
...
@@ -1488,21 +1477,21 @@ fi
echo
"
$ac_t
""
$CPP
"
1>&6
echo
$ac_n
"checking for inline""...
$ac_c
"
1>&6
echo
"configure:14
92
: checking for inline"
>
&5
echo
"configure:14
81
: checking for inline"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_inline
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
ac_cv_c_inline
=
no
for
ac_kw
in
inline __inline__ __inline
;
do
cat
>
conftest.
$ac_ext
<<
EOF
#line 14
99
"configure"
#line 14
88
"configure"
#include "confdefs.h"
int main() {
}
$ac_kw
foo() {
; return 0; }
EOF
if
{
(
eval echo
configure:1
506
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:1
495
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_c_inline
=
$ac_kw
;
break
else
...
...
@@ -1528,19 +1517,19 @@ EOF
esac
echo
$ac_n
"checking for volatile""...
$ac_c
"
1>&6
echo
"configure:15
32
: checking for volatile"
>
&5
echo
"configure:15
21
: checking for volatile"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_c_volatile
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 15
37
"configure"
#line 15
26
"configure"
#include "confdefs.h"
int main() {
volatile int foo;
; return 0; }
EOF
if
{
(
eval echo
configure:15
44
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:15
33
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
gcc_cv_c_volatile
=
yes
else
...
...
@@ -1562,7 +1551,7 @@ fi
echo
$ac_n
"checking for long double""...
$ac_c
"
1>&6
echo
"configure:15
66
: checking for long double"
>
&5
echo
"configure:15
55
: checking for long double"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_c_long_double
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -1570,7 +1559,7 @@ else
gcc_cv_c_long_double
=
yes
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 15
74
"configure"
#line 15
63
"configure"
#include "confdefs.h"
int main() {
...
...
@@ -1580,7 +1569,7 @@ long double foo = 0.0;
switch (0) case 0: case (sizeof(long double) >= sizeof(double)):;
; return 0; }
EOF
if
{
(
eval echo
configure:15
84
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:15
73
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
gcc_cv_c_long_double
=
yes
else
...
...
@@ -1602,19 +1591,19 @@ EOF
fi
echo
$ac_n
"checking for long long int""...
$ac_c
"
1>&6
echo
"configure:1
606
: checking for long long int"
>
&5
echo
"configure:1
595
: checking for long long int"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_long_long
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 16
11
"configure"
#line 16
00
"configure"
#include "confdefs.h"
int main() {
long long int i;
; return 0; }
EOF
if
{
(
eval echo
configure:16
18
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:16
07
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_c_long_long
=
yes
else
...
...
@@ -1634,19 +1623,19 @@ EOF
fi
echo
$ac_n
"checking for __int64""...
$ac_c
"
1>&6
echo
"configure:16
38
: checking for __int64"
>
&5
echo
"configure:16
27
: checking for __int64"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c___int64
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 16
43
"configure"
#line 16
32
"configure"
#include "confdefs.h"
int main() {
__int64 i;
; return 0; }
EOF
if
{
(
eval echo
configure:16
50
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:16
39
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_c___int64
=
yes
else
...
...
@@ -1667,19 +1656,19 @@ EOF
fi
echo
$ac_n
"checking for built-in _Bool""...
$ac_c
"
1>&6
echo
"configure:16
71
: checking for built-in _Bool"
>
&5
echo
"configure:16
60
: checking for built-in _Bool"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_c__bool
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 16
76
"configure"
#line 16
65
"configure"
#include "confdefs.h"
int main() {
_Bool foo;
; return 0; }
EOF
if
{
(
eval echo
configure:16
83
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:16
72
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
gcc_cv_c__bool
=
yes
else
...
...
@@ -1703,13 +1692,13 @@ fi
# sizeof(char) is 1 by definition.
echo
$ac_n
"checking size of short""...
$ac_c
"
1>&6
echo
"configure:1
707
: checking size of short"
>
&5
echo
"configure:1
696
: checking size of short"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_sizeof_short
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
for
ac_size
in
4 8 1 2 16
;
do
# List sizes in rough order of prevalence.
cat
>
conftest.
$ac_ext
<<
EOF
#line 17
13
"configure"
#line 17
02
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
...
...
@@ -1719,7 +1708,7 @@ int main() {
switch (0) case 0: case (sizeof (short) ==
$ac_size
):;
; return 0; }
EOF
if
{
(
eval echo
configure:17
23
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:17
12
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_sizeof_short
=
$ac_size
else
...
...
@@ -1742,13 +1731,13 @@ EOF
echo
$ac_n
"checking size of int""...
$ac_c
"
1>&6
echo
"configure:17
46
: checking size of int"
>
&5
echo
"configure:17
35
: checking size of int"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_sizeof_int
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
for
ac_size
in
4 8 1 2 16
;
do
# List sizes in rough order of prevalence.
cat
>
conftest.
$ac_ext
<<
EOF
#line 17
52
"configure"
#line 17
41
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
...
...
@@ -1758,7 +1747,7 @@ int main() {
switch (0) case 0: case (sizeof (int) ==
$ac_size
):;
; return 0; }
EOF
if
{
(
eval echo
configure:17
62
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:17
51
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_sizeof_int
=
$ac_size
else
...
...
@@ -1781,13 +1770,13 @@ EOF
echo
$ac_n
"checking size of long""...
$ac_c
"
1>&6
echo
"configure:17
85
: checking size of long"
>
&5
echo
"configure:17
74
: checking size of long"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_sizeof_long
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
for
ac_size
in
4 8 1 2 16
;
do
# List sizes in rough order of prevalence.
cat
>
conftest.
$ac_ext
<<
EOF
#line 17
91
"configure"
#line 17
80
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
...
...
@@ -1797,7 +1786,7 @@ int main() {
switch (0) case 0: case (sizeof (long) ==
$ac_size
):;
; return 0; }
EOF
if
{
(
eval echo
configure:1
801
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:1
790
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_sizeof_long
=
$ac_size
else
...
...
@@ -1821,13 +1810,13 @@ EOF
if
test
$ac_cv_c_long_long
=
yes
;
then
echo
$ac_n
"checking size of long long""...
$ac_c
"
1>&6
echo
"configure:18
25
: checking size of long long"
>
&5
echo
"configure:18
14
: checking size of long long"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_sizeof_long_long
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
for
ac_size
in
4 8 1 2 16
;
do
# List sizes in rough order of prevalence.
cat
>
conftest.
$ac_ext
<<
EOF
#line 18
31
"configure"
#line 18
20
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
...
...
@@ -1837,7 +1826,7 @@ int main() {
switch (0) case 0: case (sizeof (long long) ==
$ac_size
):;
; return 0; }
EOF
if
{
(
eval echo
configure:18
41
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:18
30
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_sizeof_long_long
=
$ac_size
else
...
...
@@ -1862,13 +1851,13 @@ EOF
fi
if
test
$ac_cv_c___int64
=
yes
;
then
echo
$ac_n
"checking size of __int64""...
$ac_c
"
1>&6
echo
"configure:18
66
: checking size of __int64"
>
&5
echo
"configure:18
55
: checking size of __int64"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_sizeof___int64
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
for
ac_size
in
4 8 1 2 16
;
do
# List sizes in rough order of prevalence.
cat
>
conftest.
$ac_ext
<<
EOF
#line 18
72
"configure"
#line 18
61
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
...
...
@@ -1878,7 +1867,7 @@ int main() {
switch (0) case 0: case (sizeof (__int64) ==
$ac_size
):;
; return 0; }
EOF
if
{
(
eval echo
configure:18
82
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:18
71
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_sizeof___int64
=
$ac_size
else
...
...
@@ -1903,12 +1892,12 @@ EOF
fi
echo
$ac_n
"checking execution character set""...
$ac_c
"
1>&6
echo
"configure:1
907
: checking execution character set"
>
&5
echo
"configure:1
896
: checking execution character set"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_charset
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 19
12
"configure"
#line 19
01
"configure"
#include "confdefs.h"
#if '\n' == 0x0A && ' ' == 0x20 && '0' == 0x30 \
&& 'A' == 0x41 && 'a' == 0x61 && '!' == 0x21
...
...
@@ -1924,7 +1913,7 @@ rm -f conftest*
if
test
x
${
ac_cv_c_charset
+set
}
!=
xset
;
then
cat
>
conftest.
$ac_ext
<<
EOF
#line 19
28
"configure"
#line 19
17
"configure"
#include "confdefs.h"
#if '\n' == 0x15 && ' ' == 0x40 && '0' == 0xF0 \
&& 'A' == 0xC1 && 'a' == 0x81 && '!' == 0x5A
...
...
@@ -1978,7 +1967,7 @@ esac
echo
$ac_n
"checking whether
${
MAKE
-make
}
sets
\$
{MAKE}""...
$ac_c
"
1>&6
echo
"configure:19
82
: checking whether
${
MAKE
-make
}
sets
\$
{MAKE}"
>
&5
echo
"configure:19
71
: checking whether
${
MAKE
-make
}
sets
\$
{MAKE}"
>
&5
set
dummy
${
MAKE
-make
}
;
ac_make
=
`
echo
"
$2
"
| sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_make_
${
ac_make
}
_set
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -2006,7 +1995,7 @@ fi
echo
$ac_n
"checking whether a default assembler was specified""...
$ac_c
"
1>&6
echo
"configure:
2010
: checking whether a default assembler was specified"
>
&5
echo
"configure:
1999
: checking whether a default assembler was specified"
>
&5
if
test
x
"
${
DEFAULT_ASSEMBLER
+set
}
"
=
x
"set"
;
then
if
test
x
"
$gas_flag
"
=
x
"no"
;
then
echo
"
$ac_t
""yes (
$DEFAULT_ASSEMBLER
)"
1>&6
...
...
@@ -2018,7 +2007,7 @@ else
fi
echo
$ac_n
"checking whether a default linker was specified""...
$ac_c
"
1>&6
echo
"configure:20
22
: checking whether a default linker was specified"
>
&5
echo
"configure:20
11
: checking whether a default linker was specified"
>
&5
if
test
x
"
${
DEFAULT_LINKER
+set
}
"
=
x
"set"
;
then
if
test
x
"
$gnu_ld_flag
"
=
x
"no"
;
then
echo
"
$ac_t
""yes (
$DEFAULT_LINKER
)"
1>&6
...
...
@@ -2030,12 +2019,12 @@ else
fi
echo
$ac_n
"checking for GNU C library""...
$ac_c
"
1>&6
echo
"configure:20
34
: checking for GNU C library"
>
&5
echo
"configure:20
23
: checking for GNU C library"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_glibc
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 20
39
"configure"
#line 20
28
"configure"
#include "confdefs.h"
#include <features.h>
int main() {
...
...
@@ -2045,7 +2034,7 @@ int main() {
#endif
; return 0; }
EOF
if
{
(
eval echo
configure:20
49
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:20
38
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
gcc_cv_glibc
=
yes
else
...
...
@@ -2066,12 +2055,12 @@ EOF
fi
# Find some useful tools
for
ac_prog
in
mawk g
awk nawk awk
for
ac_prog
in
gawk m
awk nawk awk
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:20
75
: checking for
$ac_word
"
>
&5
echo
"configure:20
64
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AWK
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2101,7 +2090,7 @@ test -n "$AWK" && break
done
echo
$ac_n
"checking whether ln works""...
$ac_c
"
1>&6
echo
"configure:2
105
: checking whether ln works"
>
&5
echo
"configure:2
094
: checking whether ln works"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_prog_LN
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2133,7 +2122,7 @@ else
fi
echo
$ac_n
"checking whether ln -s works""...
$ac_c
"
1>&6
echo
"configure:21
37
: checking whether ln -s works"
>
&5
echo
"configure:21
26
: checking whether ln -s works"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_prog_LN_S
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2167,7 +2156,7 @@ fi
# 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:21
71
: checking for
$ac_word
"
>
&5
echo
"configure:21
60
: 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
...
...
@@ -2205,7 +2194,7 @@ fi
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo
$ac_n
"checking for a BSD compatible install""...
$ac_c
"
1>&6
echo
"configure:2
209
: checking for a BSD compatible install"
>
&5
echo
"configure:2
198
: checking for a BSD compatible install"
>
&5
if
test
-z
"
$INSTALL
"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_install
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -2256,12 +2245,12 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
echo
$ac_n
"checking for ANSI C header files""...
$ac_c
"
1>&6
echo
"configure:22
60
: checking for ANSI C header files"
>
&5
echo
"configure:22
49
: checking for ANSI C header files"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_stdc
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 22
65
"configure"
#line 22
54
"configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
...
...
@@ -2269,7 +2258,7 @@ else
#include <float.h>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:22
73
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:22
62
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -2286,7 +2275,7 @@ rm -f conftest*
if
test
$ac_cv_header_stdc
=
yes
;
then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat
>
conftest.
$ac_ext
<<
EOF
#line 22
90
"configure"
#line 22
79
"configure"
#include "confdefs.h"
#include <string.h>
EOF
...
...
@@ -2304,7 +2293,7 @@ fi
if
test
$ac_cv_header_stdc
=
yes
;
then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
308
"configure"
#line 2
297
"configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
...
...
@@ -2325,7 +2314,7 @@ if test "$cross_compiling" = yes; then
:
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 23
29
"configure"
#line 23
18
"configure"
#include "confdefs.h"
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
...
...
@@ -2336,7 +2325,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
exit (0); }
EOF
if
{
(
eval echo
configure:23
40
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:23
29
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
:
else
...
...
@@ -2360,12 +2349,12 @@ EOF
fi
echo
$ac_n
"checking whether time.h and sys/time.h may both be included""...
$ac_c
"
1>&6
echo
"configure:23
64
: checking whether time.h and sys/time.h may both be included"
>
&5
echo
"configure:23
53
: checking whether time.h and sys/time.h may both be included"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_time
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 23
69
"configure"
#line 23
58
"configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
...
...
@@ -2374,7 +2363,7 @@ int main() {
struct tm *tp;
; return 0; }
EOF
if
{
(
eval echo
configure:23
78
:
\"
$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
*
ac_cv_header_time
=
yes
else
...
...
@@ -2395,19 +2384,19 @@ EOF
fi
echo
$ac_n
"checking for working stdbool.h""...
$ac_c
"
1>&6
echo
"configure:23
99
: checking for working stdbool.h"
>
&5
echo
"configure:23
88
: checking for working stdbool.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_stdbool_h
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
404
"configure"
#line 2
393
"configure"
#include "confdefs.h"
#include <stdbool.h>
int main() {
bool foo = false;
; return 0; }
EOF
if
{
(
eval echo
configure:24
11
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:24
00
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_header_stdbool_h
=
yes
else
...
...
@@ -2428,12 +2417,12 @@ EOF
fi
echo
$ac_n
"checking whether string.h and strings.h may both be included""...
$ac_c
"
1>&6
echo
"configure:24
32
: checking whether string.h and strings.h may both be included"
>
&5
echo
"configure:24
21
: checking whether string.h and strings.h may both be included"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_header_string
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 24
37
"configure"
#line 24
26
"configure"
#include "confdefs.h"
#include <string.h>
#include <strings.h>
...
...
@@ -2441,7 +2430,7 @@ int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:24
45
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:24
34
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
gcc_cv_header_string
=
yes
else
...
...
@@ -2462,12 +2451,12 @@ EOF
fi
echo
$ac_n
"checking for sys/wait.h that is POSIX.1 compatible""...
$ac_c
"
1>&6
echo
"configure:24
66
: checking for sys/wait.h that is POSIX.1 compatible"
>
&5
echo
"configure:24
55
: checking for sys/wait.h that is POSIX.1 compatible"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_sys_wait_h
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 24
71
"configure"
#line 24
60
"configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/wait.h>
...
...
@@ -2483,7 +2472,7 @@ wait (&s);
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
; return 0; }
EOF
if
{
(
eval echo
configure:24
87
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:24
76
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_header_sys_wait_h
=
yes
else
...
...
@@ -2510,17 +2499,17 @@ for ac_hdr in limits.h stddef.h string.h strings.h stdlib.h time.h \
do
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:25
14
: checking for
$ac_hdr
"
>
&5
echo
"configure:25
03
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 25
19
"configure"
#line 25
08
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:25
24
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:25
13
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -2550,17 +2539,17 @@ done
# Check for thread headers.
ac_safe
=
`
echo
"thread.h"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for thread.h""...
$ac_c
"
1>&6
echo
"configure:25
54
: checking for thread.h"
>
&5
echo
"configure:25
43
: checking for thread.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 25
59
"configure"
#line 25
48
"configure"
#include "confdefs.h"
#include <thread.h>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:25
64
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:25
53
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -2584,17 +2573,17 @@ fi
ac_safe
=
`
echo
"pthread.h"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for pthread.h""...
$ac_c
"
1>&6
echo
"configure:25
88
: checking for pthread.h"
>
&5
echo
"configure:25
77
: checking for pthread.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 25
93
"configure"
#line 25
82
"configure"
#include "confdefs.h"
#include <pthread.h>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:25
98
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:25
87
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -2619,12 +2608,12 @@ fi
# These tests can't be done till we know if we have limits.h.
echo
$ac_n
"checking for CHAR_BIT""...
$ac_c
"
1>&6
echo
"configure:26
23
: checking for CHAR_BIT"
>
&5
echo
"configure:26
12
: checking for CHAR_BIT"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_decl_char_bit
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 26
28
"configure"
#line 26
17
"configure"
#include "confdefs.h"
#ifdef HAVE_LIMITS_H
#include <limits.h>
...
...
@@ -2649,7 +2638,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_decl_char_bit
"
1>&6
if
test
$gcc_cv_decl_char_bit
=
no
;
then
echo
$ac_n
"checking number of bits in a byte""...
$ac_c
"
1>&6
echo
"configure:26
53
: checking number of bits in a byte"
>
&5
echo
"configure:26
42
: checking number of bits in a byte"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_c_nbby
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2657,7 +2646,7 @@ else
gcc_cv_c_nbby
=
while
test
$i
-lt
65
;
do
cat
>
conftest.
$ac_ext
<<
EOF
#line 26
61
"configure"
#line 26
50
"configure"
#include "confdefs.h"
int main() {
...
...
@@ -2667,7 +2656,7 @@ switch(0) {
; }
; return 0; }
EOF
if
{
(
eval echo
configure:26
71
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:26
60
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
gcc_cv_c_nbby
=
$i
;
break
else
...
...
@@ -2692,7 +2681,7 @@ EOF
fi
fi
echo
$ac_n
"checking byte ordering""...
$ac_c
"
1>&6
echo
"configure:26
96
: checking byte ordering"
>
&5
echo
"configure:26
85
: checking byte ordering"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_compile_endian
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2706,7 +2695,7 @@ ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$a
cross_compiling
=
$ac_cv_prog_cc_cross
cat
>
conftest.
$ac_ext
<<
EOF
#line 2
710
"configure"
#line 2
699
"configure"
#include "confdefs.h"
#ifdef HAVE_LIMITS_H
...
...
@@ -2726,7 +2715,7 @@ cat > conftest.$ac_ext <<EOF
'X', '\n'
};
EOF
if
{
(
eval echo
configure:27
30
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:27
19
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
od
-c
conftest.o |
sed
's/^[0-7]*[ ]*/ /
s/\*/./g
...
...
@@ -2765,7 +2754,7 @@ EOF
fi
echo
$ac_n
"checking floating point format""...
$ac_c
"
1>&6
echo
"configure:27
69
: checking floating point format"
>
&5
echo
"configure:27
58
: checking floating point format"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_float_format
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2778,7 +2767,7 @@ ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$a
cross_compiling
=
$ac_cv_prog_cc_cross
cat
>
conftest.
$ac_ext
<<
EOF
#line 27
82
"configure"
#line 27
71
"configure"
#include "confdefs.h"
/* This will not work unless sizeof(double) == 8. */
extern char sizeof_double_must_be_8 [sizeof(double) == 8 ? 1 : -1];
...
...
@@ -2800,7 +2789,7 @@ struct possibility table [] =
C(-5.22995989424860458374e+10) /* IBMHEXFP - s/390 format, EBCDIC */
};
EOF
if
{
(
eval echo
configure:2
804
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:2
793
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
od
-c
conftest.o |
sed
's/^[0-7]*[ ]*/ /
s/\*/./g
...
...
@@ -2889,7 +2878,7 @@ fi
# 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:28
93
: checking for
$ac_word
"
>
&5
echo
"configure:28
82
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_have_gnat
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2921,7 +2910,7 @@ fi
# Extract the first word of "mktemp", so it can be a program name with args.
set
dummy mktemp
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:29
25
: checking for
$ac_word
"
>
&5
echo
"configure:29
14
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_have_mktemp_command
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2960,7 +2949,7 @@ else
# Extract the first word of "makeinfo", so it can be a program name with args.
set
dummy makeinfo
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:29
64
: checking for
$ac_word
"
>
&5
echo
"configure:29
53
: 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
...
...
@@ -2989,13 +2978,13 @@ fi
if
test
-n
"
$MAKEINFO
"
;
then
# Found it, now check the version.
echo
$ac_n
"checking for modern makeinfo""...
$ac_c
"
1>&6
echo
"configure:29
93
: checking for modern makeinfo"
>
&5
echo
"configure:29
82
: checking for modern makeinfo"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_prog_makeinfo_modern
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
ac_prog_version
=
`
$MAKEINFO
--version
2>&1 |
sed
-n
's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'
`
echo
"configure:29
99
: version of makeinfo is
$ac_prog_version
"
>
&5
echo
"configure:29
88
: version of makeinfo is
$ac_prog_version
"
>
&5
case
$ac_prog_version
in
''
)
gcc_cv_prog_makeinfo_modern
=
no
;;
4.
*
)
...
...
@@ -3023,7 +3012,7 @@ fi
# Is pod2man recent enough to regenerate manpages?
echo
$ac_n
"checking for recent Pod::Man""...
$ac_c
"
1>&6
echo
"configure:30
27
: checking for recent Pod::Man"
>
&5
echo
"configure:30
16
: checking for recent Pod::Man"
>
&5
if
perl
-e
'use 1.10 Pod::Man'
>
/dev/null 2>&1
;
then
echo
"
$ac_t
""yes"
1>&6
GENERATED_MANPAGES
=
generated-manpages
...
...
@@ -3039,7 +3028,7 @@ else
# Extract the first word of "flex", so it can be a program name with args.
set
dummy flex
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:30
43
: checking for
$ac_word
"
>
&5
echo
"configure:30
32
: 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
...
...
@@ -3076,7 +3065,7 @@ else
# Extract the first word of "bison", so it can be a program name with args.
set
dummy bison
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:30
80
: checking for
$ac_word
"
>
&5
echo
"configure:30
69
: 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
...
...
@@ -3108,7 +3097,7 @@ fi
# These libraries may be used by collect2.
# We may need a special search path to get them linked.
echo
$ac_n
"checking for collect2 libraries""...
$ac_c
"
1>&6
echo
"configure:31
12
: checking for collect2 libraries"
>
&5
echo
"configure:31
01
: checking for collect2 libraries"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_collect2_libs
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3119,7 +3108,7 @@ for libs in '' -lld -lmld \
do
LIBS
=
"
$libs
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 31
23
"configure"
#line 31
12
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -3130,7 +3119,7 @@ int main() {
ldopen()
; return 0; }
EOF
if
{
(
eval echo
configure:31
34
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:31
23
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
gcc_cv_collect2_libs
=
"
$libs
"
;
break
else
...
...
@@ -3156,14 +3145,14 @@ save_LIBS="$LIBS"
LIBS
=
echo
$ac_n
"checking for library containing exc_resume""...
$ac_c
"
1>&6
echo
"configure:31
60
: checking for library containing exc_resume"
>
&5
echo
"configure:31
49
: checking for library containing exc_resume"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_search_exc_resume
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
ac_func_search_save_LIBS
=
"
$LIBS
"
ac_cv_search_exc_resume
=
"no"
cat
>
conftest.
$ac_ext
<<
EOF
#line 31
67
"configure"
#line 31
56
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -3174,7 +3163,7 @@ int main() {
exc_resume()
; return 0; }
EOF
if
{
(
eval echo
configure:31
78
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:31
67
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
ac_cv_search_exc_resume
=
"none required"
else
...
...
@@ -3185,7 +3174,7 @@ rm -f conftest*
test
"
$ac_cv_search_exc_resume
"
=
"no"
&&
for
i
in
exc
;
do
LIBS
=
"-l
$i
$ac_func_search_save_LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 31
89
"configure"
#line 31
78
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -3196,7 +3185,7 @@ int main() {
exc_resume()
; return 0; }
EOF
if
{
(
eval echo
configure:3
200
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:3
189
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
ac_cv_search_exc_resume
=
"-l
$i
"
break
...
...
@@ -3225,12 +3214,12 @@ LIBS="$save_LIBS"
echo
$ac_n
"checking for preprocessor stringizing operator""...
$ac_c
"
1>&6
echo
"configure:32
29
: checking for preprocessor stringizing operator"
>
&5
echo
"configure:32
18
: checking for preprocessor stringizing operator"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_stringize
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 32
34
"configure"
#line 32
23
"configure"
#include "confdefs.h"
#define x(y) #y
...
...
@@ -3263,12 +3252,12 @@ echo "$ac_t""${ac_cv_c_stringize}" 1>&6
# Use <inttypes.h> only if it exists,
# doesn't clash with <sys/types.h>, and declares intmax_t.
echo
$ac_n
"checking for inttypes.h""...
$ac_c
"
1>&6
echo
"configure:32
67
: checking for inttypes.h"
>
&5
echo
"configure:32
56
: checking for inttypes.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_header_inttypes_h
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 32
72
"configure"
#line 32
61
"configure"
#include "confdefs.h"
#include <sys/types.h>
#include <inttypes.h>
...
...
@@ -3276,7 +3265,7 @@ int main() {
intmax_t i = -1;
; return 0; }
EOF
if
{
(
eval echo
configure:32
80
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:32
69
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
gcc_cv_header_inttypes_h
=
yes
else
...
...
@@ -3303,12 +3292,12 @@ for ac_func in strtoul bsearch popen times clock \
fputs_unlocked getrusage iconv nl_langinfo lstat
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:3
307
: checking for
$ac_func
"
>
&5
echo
"configure:3
296
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 33
12
"configure"
#line 33
01
"configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
...
...
@@ -3331,7 +3320,7 @@ $ac_func();
; return 0; }
EOF
if
{
(
eval echo
configure:33
35
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:33
24
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
else
...
...
@@ -3357,12 +3346,12 @@ done
echo
$ac_n
"checking for ssize_t""...
$ac_c
"
1>&6
echo
"configure:33
61
: checking for ssize_t"
>
&5
echo
"configure:33
50
: checking for ssize_t"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_ssize_t
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 33
66
"configure"
#line 33
55
"configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
...
...
@@ -3393,12 +3382,12 @@ fi
# Try to determine the array type of the second argument of getgroups
# for the target system (int or gid_t).
echo
$ac_n
"checking for uid_t in sys/types.h""...
$ac_c
"
1>&6
echo
"configure:33
97
: checking for uid_t in sys/types.h"
>
&5
echo
"configure:33
86
: checking for uid_t in sys/types.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_uid_t
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 3
402
"configure"
#line 3
391
"configure"
#include "confdefs.h"
#include <sys/types.h>
EOF
...
...
@@ -3427,7 +3416,7 @@ EOF
fi
echo
$ac_n
"checking type of array argument to getgroups""...
$ac_c
"
1>&6
echo
"configure:34
31
: checking type of array argument to getgroups"
>
&5
echo
"configure:34
20
: checking type of array argument to getgroups"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_getgroups
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3435,7 +3424,7 @@ else
ac_cv_type_getgroups
=
cross
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 34
39
"configure"
#line 34
28
"configure"
#include "confdefs.h"
/* Thanks to Mike Rendell for this test. */
...
...
@@ -3460,7 +3449,7 @@ main()
}
EOF
if
{
(
eval echo
configure:34
64
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:34
53
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
ac_cv_type_getgroups
=
gid_t
else
...
...
@@ -3474,7 +3463,7 @@ fi
if
test
$ac_cv_type_getgroups
=
cross
;
then
cat
>
conftest.
$ac_ext
<<
EOF
#line 34
78
"configure"
#line 34
67
"configure"
#include "confdefs.h"
#include <unistd.h>
EOF
...
...
@@ -3515,12 +3504,12 @@ fi
echo
$ac_n
"checking for vprintf""...
$ac_c
"
1>&6
echo
"configure:35
19
: checking for vprintf"
>
&5
echo
"configure:35
08
: checking for vprintf"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_vprintf
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 35
24
"configure"
#line 35
13
"configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vprintf(); below. */
...
...
@@ -3543,7 +3532,7 @@ vprintf();
; return 0; }
EOF
if
{
(
eval echo
configure:35
47
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:35
36
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_func_vprintf=yes"
else
...
...
@@ -3567,12 +3556,12 @@ fi
if
test
"
$ac_cv_func_vprintf
"
!=
yes
;
then
echo
$ac_n
"checking for _doprnt""...
$ac_c
"
1>&6
echo
"configure:35
71
: checking for _doprnt"
>
&5
echo
"configure:35
60
: checking for _doprnt"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func__doprnt
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 35
76
"configure"
#line 35
65
"configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char _doprnt(); below. */
...
...
@@ -3595,7 +3584,7 @@ _doprnt();
; return 0; }
EOF
if
{
(
eval echo
configure:35
99
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:35
88
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_func__doprnt=yes"
else
...
...
@@ -3633,12 +3622,12 @@ fi
for
ac_func
in
strstr
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:36
37
: checking for
$ac_func
"
>
&5
echo
"configure:36
26
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 36
42
"configure"
#line 36
31
"configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
...
...
@@ -3661,7 +3650,7 @@ $ac_func();
; return 0; }
EOF
if
{
(
eval echo
configure:36
65
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:36
54
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
else
...
...
@@ -3688,7 +3677,7 @@ done
echo
$ac_n
"checking whether the printf functions support %p""...
$ac_c
"
1>&6
echo
"configure:36
92
: checking whether the printf functions support %p"
>
&5
echo
"configure:36
81
: checking whether the printf functions support %p"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_func_printf_ptr
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3696,7 +3685,7 @@ else
gcc_cv_func_printf_ptr
=
no
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 3
700
"configure"
#line 3
689
"configure"
#include "confdefs.h"
#include <stdio.h>
...
...
@@ -3709,7 +3698,7 @@ int main()
return (p != q);
}
EOF
if
{
(
eval echo
configure:37
13
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:37
02
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
gcc_cv_func_printf_ptr
=
yes
else
...
...
@@ -3741,12 +3730,12 @@ case "${host}" in
;;
esac
echo
$ac_n
"checking for pid_t""...
$ac_c
"
1>&6
echo
"configure:37
45
: checking for pid_t"
>
&5
echo
"configure:37
34
: checking for pid_t"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_pid_t
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 37
50
"configure"
#line 37
39
"configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
...
...
@@ -3775,17 +3764,17 @@ fi
ac_safe
=
`
echo
"vfork.h"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for vfork.h""...
$ac_c
"
1>&6
echo
"configure:37
79
: checking for vfork.h"
>
&5
echo
"configure:37
68
: checking for vfork.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 37
84
"configure"
#line 37
73
"configure"
#include "confdefs.h"
#include <vfork.h>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:37
89
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:37
78
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -3810,18 +3799,18 @@ else
fi
echo
$ac_n
"checking for working vfork""...
$ac_c
"
1>&6
echo
"configure:38
14
: checking for working vfork"
>
&5
echo
"configure:38
03
: checking for working vfork"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_vfork_works
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
if
test
"
$cross_compiling
"
=
yes
;
then
echo
$ac_n
"checking for vfork""...
$ac_c
"
1>&6
echo
"configure:38
20
: checking for vfork"
>
&5
echo
"configure:38
09
: checking for vfork"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_vfork
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 38
25
"configure"
#line 38
14
"configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vfork(); below. */
...
...
@@ -3844,7 +3833,7 @@ vfork();
; return 0; }
EOF
if
{
(
eval echo
configure:38
48
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:38
37
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_func_vfork=yes"
else
...
...
@@ -3866,7 +3855,7 @@ fi
ac_cv_func_vfork_works
=
$ac_cv_func_vfork
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 38
70
"configure"
#line 38
59
"configure"
#include "confdefs.h"
/* Thanks to Paul Eggert for this test. */
#include <stdio.h>
...
...
@@ -3961,7 +3950,7 @@ main() {
}
}
EOF
if
{
(
eval echo
configure:39
65
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:39
54
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
ac_cv_func_vfork_works
=
yes
else
...
...
@@ -3986,12 +3975,12 @@ fi
for
ac_func
in
getpagesize
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:39
90
: checking for
$ac_func
"
>
&5
echo
"configure:39
79
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 39
95
"configure"
#line 39
84
"configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
...
...
@@ -4014,7 +4003,7 @@ $ac_func();
; return 0; }
EOF
if
{
(
eval echo
configure:40
18
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:40
07
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
else
...
...
@@ -4285,7 +4274,7 @@ main ()
EOF
echo
$ac_n
"checking for working mmap from /dev/zero""...
$ac_c
"
1>&6
echo
"configure:42
89
: checking for working mmap from /dev/zero"
>
&5
echo
"configure:42
78
: checking for working mmap from /dev/zero"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_mmap_dev_zero
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4301,11 +4290,11 @@ else
esac
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 4
305
"configure"
#line 4
294
"configure"
#include "confdefs.h"
#include "ct-mmap.inc"
EOF
if
{
(
eval echo
configure:4
309
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:4
298
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
ac_cv_func_mmap_dev_zero
=
yes
else
...
...
@@ -4332,7 +4321,7 @@ EOF
fi
echo
$ac_n
"checking for working mmap with MAP_ANON(YMOUS)""...
$ac_c
"
1>&6
echo
"configure:43
36
: checking for working mmap with MAP_ANON(YMOUS)"
>
&5
echo
"configure:43
25
: checking for working mmap with MAP_ANON(YMOUS)"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_mmap_anon
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4342,12 +4331,12 @@ else
ac_cv_func_mmap_anon
=
no
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 43
46
"configure"
#line 43
35
"configure"
#include "confdefs.h"
#define USE_MAP_ANON
#include "ct-mmap.inc"
EOF
if
{
(
eval echo
configure:43
51
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:43
40
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
ac_cv_func_mmap_anon
=
yes
else
...
...
@@ -4375,7 +4364,7 @@ fi
rm
-f
ct-mmap.inc
echo
$ac_n
"checking for working mmap of a file""...
$ac_c
"
1>&6
echo
"configure:43
79
: checking for working mmap of a file"
>
&5
echo
"configure:43
68
: checking for working mmap of a file"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_mmap_file
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4390,7 +4379,7 @@ if test "$cross_compiling" = yes; then
ac_cv_func_mmap_file
=
no
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 43
94
"configure"
#line 43
83
"configure"
#include "confdefs.h"
/* Test by Zack Weinberg. Modified from MMAP_ANYWHERE test by
...
...
@@ -4427,7 +4416,7 @@ int main()
exit(0);
}
EOF
if
{
(
eval echo
configure:44
31
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:44
20
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
ac_cv_func_mmap_file
=
yes
else
...
...
@@ -4459,12 +4448,12 @@ for ac_func in getenv atol sbrk abort atof getcwd getwd \
do
ac_tr_decl
=
HAVE_DECL_
`
echo
$ac_func
| tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
echo
$ac_n
"checking whether
$ac_func
is declared""...
$ac_c
"
1>&6
echo
"configure:44
63
: checking whether
$ac_func
is declared"
>
&5
echo
"configure:44
52
: checking whether
$ac_func
is declared"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_have_decl_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 44
68
"configure"
#line 44
57
"configure"
#include "confdefs.h"
#undef
$ac_tr_decl
#define
$ac_tr_decl
1
...
...
@@ -4478,7 +4467,7 @@ char *(*pfn) = (char *(*)) $ac_func ;
#endif
; return 0; }
EOF
if
{
(
eval echo
configure:44
82
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:44
71
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
eval
"gcc_cv_have_decl_
$ac_func
=yes"
else
...
...
@@ -4573,12 +4562,12 @@ for ac_func in getrlimit setrlimit getrusage
do
ac_tr_decl
=
HAVE_DECL_
`
echo
$ac_func
| tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
echo
$ac_n
"checking whether
$ac_func
is declared""...
$ac_c
"
1>&6
echo
"configure:45
77
: checking whether
$ac_func
is declared"
>
&5
echo
"configure:45
66
: checking whether
$ac_func
is declared"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_have_decl_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 45
82
"configure"
#line 45
71
"configure"
#include "confdefs.h"
#undef
$ac_tr_decl
#define
$ac_tr_decl
1
...
...
@@ -4596,7 +4585,7 @@ char *(*pfn) = (char *(*)) $ac_func ;
#endif
; return 0; }
EOF
if
{
(
eval echo
configure:4
600
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:4
589
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
eval
"gcc_cv_have_decl_
$ac_func
=yes"
else
...
...
@@ -4638,12 +4627,12 @@ for ac_func in times
do
ac_tr_decl
=
HAVE_DECL_
`
echo
$ac_func
| tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
`
echo
$ac_n
"checking whether
$ac_func
is declared""...
$ac_c
"
1>&6
echo
"configure:46
42
: checking whether
$ac_func
is declared"
>
&5
echo
"configure:46
31
: checking whether
$ac_func
is declared"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_have_decl_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 46
47
"configure"
#line 46
36
"configure"
#include "confdefs.h"
#undef
$ac_tr_decl
#define
$ac_tr_decl
1
...
...
@@ -4661,7 +4650,7 @@ char *(*pfn) = (char *(*)) $ac_func ;
#endif
; return 0; }
EOF
if
{
(
eval echo
configure:46
65
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:46
54
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
eval
"gcc_cv_have_decl_
$ac_func
=yes"
else
...
...
@@ -4695,13 +4684,13 @@ fi
# More time-related stuff.
echo
$ac_n
"checking for struct tms""...
$ac_c
"
1>&6
echo
"configure:46
99
: checking for struct tms"
>
&5
echo
"configure:46
88
: checking for struct tms"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_struct_tms
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 4
705
"configure"
#line 4
694
"configure"
#include "confdefs.h"
#include "ansidecl.h"
...
...
@@ -4714,7 +4703,7 @@ int main() {
struct tms tms;
; return 0; }
EOF
if
{
(
eval echo
configure:47
18
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:47
07
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_struct_tms
=
yes
else
...
...
@@ -4737,13 +4726,13 @@ fi
# use gcc_cv_* here because this doesn't match the behavior of AC_CHECK_TYPE.
# revisit after autoconf 2.50.
echo
$ac_n
"checking for clock_t""...
$ac_c
"
1>&6
echo
"configure:47
41
: checking for clock_t"
>
&5
echo
"configure:47
30
: checking for clock_t"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_type_clock_t
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 47
47
"configure"
#line 47
36
"configure"
#include "confdefs.h"
#include "ansidecl.h"
...
...
@@ -4753,7 +4742,7 @@ int main() {
clock_t x;
; return 0; }
EOF
if
{
(
eval echo
configure:47
57
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:47
46
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
gcc_cv_type_clock_t
=
yes
else
...
...
@@ -4778,12 +4767,12 @@ CFLAGS="$saved_CFLAGS"
# mkdir takes a single argument on some systems.
echo
$ac_n
"checking if mkdir takes one argument""...
$ac_c
"
1>&6
echo
"configure:47
82
: checking if mkdir takes one argument"
>
&5
echo
"configure:47
71
: checking if mkdir takes one argument"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_mkdir_takes_one_arg
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 47
87
"configure"
#line 47
76
"configure"
#include "confdefs.h"
#include <sys/types.h>
...
...
@@ -4800,7 +4789,7 @@ int main() {
mkdir ("foo", 0);
; return 0; }
EOF
if
{
(
eval echo
configure:4
804
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:4
793
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
gcc_cv_mkdir_takes_one_arg
=
no
else
...
...
@@ -4991,8 +4980,11 @@ else
/
*
|
A-Za-z:
\\
/
*
)
realsrcdir
=
${
srcdir
}
;;
*
)
realsrcdir
=
../
${
srcdir
}
;;
esac
CC
=
${
CC_FOR_BUILD
}
${
realsrcdir
}
/configure
\
saved_CFLAGS
=
"
${
CFLAGS
}
"
CC
=
"
${
CC_FOR_BUILD
}
"
CFLAGS
=
"
${
CFLAGS_FOR_BUILD
}
"
\
${
realsrcdir
}
/configure
\
--target
=
$target
--host
=
$build
--build
=
$build
CFLAGS
=
"
${
saved_CFLAGS
}
"
# We just finished tests for the build machine, so rename
# the file auto-build.h in the gcc directory.
...
...
@@ -5080,7 +5072,7 @@ fi
echo
$ac_n
"checking for strerror in -lcposix""...
$ac_c
"
1>&6
echo
"configure:50
84
: checking for strerror in -lcposix"
>
&5
echo
"configure:50
76
: checking for strerror in -lcposix"
>
&5
ac_lib_var
=
`
echo
cposix
'_'
strerror | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -5088,7 +5080,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lcposix
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 50
92
"configure"
#line 50
84
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -5099,7 +5091,7 @@ int main() {
strerror()
; return 0; }
EOF
if
{
(
eval echo
configure:5
103
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:5
095
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -5122,12 +5114,12 @@ fi
echo
$ac_n
"checking for working const""...
$ac_c
"
1>&6
echo
"configure:51
26
: checking for working const"
>
&5
echo
"configure:51
18
: checking for working const"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_const
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 51
31
"configure"
#line 51
23
"configure"
#include "confdefs.h"
int main() {
...
...
@@ -5176,7 +5168,7 @@ ccp = (char const *const *) p;
; return 0; }
EOF
if
{
(
eval echo
configure:51
80
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:51
72
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_c_const
=
yes
else
...
...
@@ -5197,12 +5189,12 @@ EOF
fi
echo
$ac_n
"checking for off_t""...
$ac_c
"
1>&6
echo
"configure:5
201
: checking for off_t"
>
&5
echo
"configure:5
193
: checking for off_t"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_off_t
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 5
206
"configure"
#line 5
198
"configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
...
...
@@ -5230,12 +5222,12 @@ EOF
fi
echo
$ac_n
"checking for size_t""...
$ac_c
"
1>&6
echo
"configure:52
34
: checking for size_t"
>
&5
echo
"configure:52
26
: checking for size_t"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_size_t
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 523
9
"configure"
#line 523
1
"configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
...
...
@@ -5268,17 +5260,17 @@ unistd.h sys/param.h
do
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:52
72
: checking for
$ac_hdr
"
>
&5
echo
"configure:52
64
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 52
77
"configure"
#line 52
69
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:52
82
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:52
74
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -5308,12 +5300,12 @@ done
strdup __argz_count __argz_stringify __argz_next
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:53
12
: checking for
$ac_func
"
>
&5
echo
"configure:53
04
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 53
17
"configure"
#line 53
09
"configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
...
...
@@ -5336,7 +5328,7 @@ $ac_func();
; return 0; }
EOF
if
{
(
eval echo
configure:53
40
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:53
32
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
else
...
...
@@ -5365,12 +5357,12 @@ done
for
ac_func
in
stpcpy
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:536
9
: checking for
$ac_func
"
>
&5
echo
"configure:536
1
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 53
74
"configure"
#line 53
66
"configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
...
...
@@ -5393,7 +5385,7 @@ $ac_func();
; return 0; }
EOF
if
{
(
eval echo
configure:53
97
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:53
89
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
else
...
...
@@ -5427,19 +5419,19 @@ EOF
if
test
$ac_cv_header_locale_h
=
yes
;
then
echo
$ac_n
"checking for LC_MESSAGES""...
$ac_c
"
1>&6
echo
"configure:54
31
: checking for LC_MESSAGES"
>
&5
echo
"configure:54
23
: checking for LC_MESSAGES"
>
&5
if
eval
"test
\"
`
echo
'$''{'
am_cv_val_LC_MESSAGES
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 54
36
"configure"
#line 54
28
"configure"
#include "confdefs.h"
#include <locale.h>
int main() {
return LC_MESSAGES
; return 0; }
EOF
if
{
(
eval echo
configure:54
43
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:54
35
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
am_cv_val_LC_MESSAGES
=
yes
else
...
...
@@ -5460,7 +5452,7 @@ EOF
fi
fi
echo
$ac_n
"checking whether NLS is requested""...
$ac_c
"
1>&6
echo
"configure:54
64
: checking whether NLS is requested"
>
&5
echo
"configure:54
56
: checking whether NLS is requested"
>
&5
# Check whether --enable-nls or --disable-nls was given.
if
test
"
${
enable_nls
+set
}
"
=
set
;
then
enableval
=
"
$enable_nls
"
...
...
@@ -5480,7 +5472,7 @@ fi
EOF
echo
$ac_n
"checking whether included gettext is requested""...
$ac_c
"
1>&6
echo
"configure:54
84
: checking whether included gettext is requested"
>
&5
echo
"configure:54
76
: checking whether included gettext is requested"
>
&5
# Check whether --with-included-gettext or --without-included-gettext was given.
if
test
"
${
with_included_gettext
+set
}
"
=
set
;
then
withval
=
"
$with_included_gettext
"
...
...
@@ -5499,17 +5491,17 @@ fi
ac_safe
=
`
echo
"libintl.h"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for libintl.h""...
$ac_c
"
1>&6
echo
"configure:5
503
: checking for libintl.h"
>
&5
echo
"configure:5
495
: checking for libintl.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 550
8
"configure"
#line 550
0
"configure"
#include "confdefs.h"
#include <libintl.h>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:55
13
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:55
05
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -5526,19 +5518,19 @@ fi
if
eval
"test
\"
`
echo
'$ac_cv_header_'
$ac_safe
`
\"
= yes"
;
then
echo
"
$ac_t
""yes"
1>&6
echo
$ac_n
"checking for gettext in libc""...
$ac_c
"
1>&6
echo
"configure:55
30
: checking for gettext in libc"
>
&5
echo
"configure:55
22
: checking for gettext in libc"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gt_cv_func_gettext_libc
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 55
35
"configure"
#line 55
27
"configure"
#include "confdefs.h"
#include <libintl.h>
int main() {
return (int) gettext ("")
; return 0; }
EOF
if
{
(
eval echo
configure:55
42
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:55
34
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
gt_cv_func_gettext_libc
=
yes
else
...
...
@@ -5554,7 +5546,7 @@ echo "$ac_t""$gt_cv_func_gettext_libc" 1>&6
if
test
"
$gt_cv_func_gettext_libc
"
!=
"yes"
;
then
echo
$ac_n
"checking for bindtextdomain in -lintl""...
$ac_c
"
1>&6
echo
"configure:555
8
: checking for bindtextdomain in -lintl"
>
&5
echo
"configure:555
0
: checking for bindtextdomain in -lintl"
>
&5
ac_lib_var
=
`
echo
intl
'_'
bindtextdomain | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -5562,7 +5554,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lintl
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 55
66
"configure"
#line 55
58
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -5573,7 +5565,7 @@ int main() {
bindtextdomain()
; return 0; }
EOF
if
{
(
eval echo
configure:55
77
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:55
69
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -5589,12 +5581,12 @@ fi
if
eval
"test
\"
`
echo
'$ac_cv_lib_'
$ac_lib_var
`
\"
= yes"
;
then
echo
"
$ac_t
""yes"
1>&6
echo
$ac_n
"checking for gettext in libintl""...
$ac_c
"
1>&6
echo
"configure:55
93
: checking for gettext in libintl"
>
&5
echo
"configure:55
85
: checking for gettext in libintl"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gt_cv_func_gettext_libintl
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
echo
$ac_n
"checking for gettext in -lintl""...
$ac_c
"
1>&6
echo
"configure:559
8
: checking for gettext in -lintl"
>
&5
echo
"configure:559
0
: checking for gettext in -lintl"
>
&5
ac_lib_var
=
`
echo
intl
'_'
gettext | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -5602,7 +5594,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lintl
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 5
606
"configure"
#line 5
598
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -5613,7 +5605,7 @@ int main() {
gettext()
; return 0; }
EOF
if
{
(
eval echo
configure:56
17
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:56
09
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -5656,7 +5648,7 @@ EOF
# Extract the first word of "msgfmt", so it can be a program name with args.
set
dummy msgfmt
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:56
60
: checking for
$ac_word
"
>
&5
echo
"configure:56
52
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_path_MSGFMT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5690,12 +5682,12 @@ fi
for
ac_func
in
dcgettext
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:56
94
: checking for
$ac_func
"
>
&5
echo
"configure:56
86
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 569
9
"configure"
#line 569
1
"configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
...
...
@@ -5718,7 +5710,7 @@ $ac_func();
; return 0; }
EOF
if
{
(
eval echo
configure:57
22
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:57
14
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
else
...
...
@@ -5745,7 +5737,7 @@ done
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set
dummy gmsgfmt
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:574
9
: checking for
$ac_word
"
>
&5
echo
"configure:574
1
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_path_GMSGFMT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5781,7 +5773,7 @@ fi
# Extract the first word of "xgettext", so it can be a program name with args.
set
dummy xgettext
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:57
85
: checking for
$ac_word
"
>
&5
echo
"configure:57
77
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_path_XGETTEXT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5813,7 +5805,7 @@ else
fi
cat
>
conftest.
$ac_ext
<<
EOF
#line 58
17
"configure"
#line 58
09
"configure"
#include "confdefs.h"
int main() {
...
...
@@ -5821,7 +5813,7 @@ extern int _nl_msg_cat_cntr;
return _nl_msg_cat_cntr
; return 0; }
EOF
if
{
(
eval echo
configure:58
25
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:58
17
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
CATOBJEXT
=
.gmo
DATADIRNAME
=
share
...
...
@@ -5846,7 +5838,7 @@ fi
if
test
"
$CATOBJEXT
"
=
"NONE"
;
then
echo
$ac_n
"checking whether catgets can be used""...
$ac_c
"
1>&6
echo
"configure:58
50
: checking whether catgets can be used"
>
&5
echo
"configure:58
42
: checking whether catgets can be used"
>
&5
# Check whether --with-catgets or --without-catgets was given.
if
test
"
${
with_catgets
+set
}
"
=
set
;
then
withval
=
"
$with_catgets
"
...
...
@@ -5859,7 +5851,7 @@ fi
if
test
"
$nls_cv_use_catgets
"
=
"yes"
;
then
echo
$ac_n
"checking for main in -li""...
$ac_c
"
1>&6
echo
"configure:58
63
: checking for main in -li"
>
&5
echo
"configure:58
55
: checking for main in -li"
>
&5
ac_lib_var
=
`
echo
i
'_'
main | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -5867,14 +5859,14 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-li
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 58
71
"configure"
#line 58
63
"configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
EOF
if
{
(
eval echo
configure:587
8
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:587
0
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -5902,12 +5894,12 @@ else
fi
echo
$ac_n
"checking for catgets""...
$ac_c
"
1>&6
echo
"configure:5
906
: checking for catgets"
>
&5
echo
"configure:5
898
: checking for catgets"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_catgets
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 59
11
"configure"
#line 59
03
"configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char catgets(); below. */
...
...
@@ -5930,7 +5922,7 @@ catgets();
; return 0; }
EOF
if
{
(
eval echo
configure:59
34
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:59
26
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_func_catgets=yes"
else
...
...
@@ -5952,7 +5944,7 @@ EOF
# Extract the first word of "gencat", so it can be a program name with args.
set
dummy gencat
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:59
56
: checking for
$ac_word
"
>
&5
echo
"configure:59
48
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_path_GENCAT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -5988,7 +5980,7 @@ fi
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set
dummy gmsgfmt
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:59
92
: checking for
$ac_word
"
>
&5
echo
"configure:59
84
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_path_GMSGFMT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6025,7 +6017,7 @@ fi
# Extract the first word of "msgfmt", so it can be a program name with args.
set
dummy msgfmt
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:602
9
: checking for
$ac_word
"
>
&5
echo
"configure:602
1
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_path_GMSGFMT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6063,7 +6055,7 @@ fi
# Extract the first word of "xgettext", so it can be a program name with args.
set
dummy xgettext
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:60
67
: checking for
$ac_word
"
>
&5
echo
"configure:60
59
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_path_XGETTEXT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6121,7 +6113,7 @@ fi
# Extract the first word of "msgfmt", so it can be a program name with args.
set
dummy msgfmt
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:61
25
: checking for
$ac_word
"
>
&5
echo
"configure:61
17
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_path_MSGFMT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6155,7 +6147,7 @@ fi
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set
dummy gmsgfmt
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:615
9
: checking for
$ac_word
"
>
&5
echo
"configure:615
1
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_path_GMSGFMT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6194,7 +6186,7 @@ fi
# Extract the first word of "xgettext", so it can be a program name with args.
set
dummy xgettext
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:619
8
: checking for
$ac_word
"
>
&5
echo
"configure:619
0
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_path_XGETTEXT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6293,7 +6285,7 @@ fi
LINGUAS
=
else
echo
$ac_n
"checking for catalogs to be installed""...
$ac_c
"
1>&6
echo
"configure:62
97
: checking for catalogs to be installed"
>
&5
echo
"configure:62
89
: checking for catalogs to be installed"
>
&5
if
test
"x
$LINGUAS
"
=
"x"
;
then
LINGUAS
=
$ALL_LINGUAS
else
...
...
@@ -6325,17 +6317,17 @@ echo "configure:6297: checking for catalogs to be installed" >&5
if
test
"
$CATOBJEXT
"
=
".cat"
;
then
ac_safe
=
`
echo
"linux/version.h"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for linux/version.h""...
$ac_c
"
1>&6
echo
"configure:632
9
: checking for linux/version.h"
>
&5
echo
"configure:632
1
: checking for linux/version.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 63
34
"configure"
#line 63
26
"configure"
#include "confdefs.h"
#include <linux/version.h>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:633
9
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:633
1
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -6411,7 +6403,7 @@ fi
case
$host_os
in
win32
|
pe
|
cygwin
*
|
mingw32
*
|
uwin
*
)
echo
$ac_n
"checking whether windows registry support is requested""...
$ac_c
"
1>&6
echo
"configure:64
15
: checking whether windows registry support is requested"
>
&5
echo
"configure:64
07
: checking whether windows registry support is requested"
>
&5
if
test
"x
$enable_win32_registry
"
!=
xno
;
then
cat
>>
confdefs.h
<<
\
EOF
#define ENABLE_WIN32_REGISTRY 1
...
...
@@ -6420,14 +6412,14 @@ EOF
echo
"
$ac_t
""yes"
1>&6
echo
$ac_n
"checking for library containing RegOpenKeyExA""...
$ac_c
"
1>&6
echo
"configure:64
24
: checking for library containing RegOpenKeyExA"
>
&5
echo
"configure:64
16
: checking for library containing RegOpenKeyExA"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_search_RegOpenKeyExA
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
ac_func_search_save_LIBS
=
"
$LIBS
"
ac_cv_search_RegOpenKeyExA
=
"no"
cat
>
conftest.
$ac_ext
<<
EOF
#line 64
31
"configure"
#line 64
23
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -6438,7 +6430,7 @@ int main() {
RegOpenKeyExA()
; return 0; }
EOF
if
{
(
eval echo
configure:64
42
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:64
34
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
ac_cv_search_RegOpenKeyExA
=
"none required"
else
...
...
@@ -6449,7 +6441,7 @@ rm -f conftest*
test
"
$ac_cv_search_RegOpenKeyExA
"
=
"no"
&&
for
i
in
advapi32
;
do
LIBS
=
"-l
$i
$ac_func_search_save_LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 64
53
"configure"
#line 64
45
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -6460,7 +6452,7 @@ int main() {
RegOpenKeyExA()
; return 0; }
EOF
if
{
(
eval echo
configure:64
64
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:64
56
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
ac_cv_search_RegOpenKeyExA
=
"-l
$i
"
break
...
...
@@ -6502,7 +6494,7 @@ esac
if
test
"x
$enable_win32_registry
"
!=
xno
;
then
echo
$ac_n
"checking registry key on windows hosts""...
$ac_c
"
1>&6
echo
"configure:6
506
: checking registry key on windows hosts"
>
&5
echo
"configure:6
498
: checking registry key on windows hosts"
>
&5
cat
>>
confdefs.h
<<
EOF
#define WIN32_REGISTRY_KEY "
$gcc_cv_win32_registry_key
"
EOF
...
...
@@ -6694,7 +6686,7 @@ fi
# Figure out what assembler we will be using.
echo
$ac_n
"checking what assembler to use""...
$ac_c
"
1>&6
echo
"configure:669
8
: checking what assembler to use"
>
&5
echo
"configure:669
0
: checking what assembler to use"
>
&5
gcc_cv_as
=
gcc_cv_gas_major_version
=
gcc_cv_gas_minor_version
=
...
...
@@ -6779,7 +6771,7 @@ fi
# Figure out what nm we will be using.
echo
$ac_n
"checking what nm to use""...
$ac_c
"
1>&6
echo
"configure:67
83
: checking what nm to use"
>
&5
echo
"configure:67
75
: checking what nm to use"
>
&5
if
test
-x
nm
$host_exeext
;
then
gcc_cv_nm
=
./nm
$host_exeext
elif
test
x
$host
=
x
$target
;
then
...
...
@@ -6790,7 +6782,7 @@ echo "$ac_t""$gcc_cv_nm" 1>&6
# Figure out what assembler alignment features are present.
echo
$ac_n
"checking assembler alignment features""...
$ac_c
"
1>&6
echo
"configure:67
94
: checking assembler alignment features"
>
&5
echo
"configure:67
86
: checking assembler alignment features"
>
&5
gcc_cv_as_alignment_features
=
none
if
test
x
$gcc_cv_gas_major_version
!=
x
-a
x
$gcc_cv_gas_minor_version
!=
x
;
then
# Gas version 2.6 and later support for .balign and .p2align.
...
...
@@ -6838,7 +6830,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_as_alignment_features
"
1>&6
echo
$ac_n
"checking assembler subsection support""...
$ac_c
"
1>&6
echo
"configure:68
42
: checking assembler subsection support"
>
&5
echo
"configure:68
34
: checking assembler subsection support"
>
&5
gcc_cv_as_subsections
=
no
if
test
x
$gcc_cv_gas_major_version
!=
x
-a
x
$gcc_cv_gas_minor_version
!=
x
;
then
if
test
"
$gcc_cv_gas_major_version
"
-eq
2
-a
"
$gcc_cv_gas_minor_version
"
-ge
9
-o
"
$gcc_cv_gas_major_version
"
-gt
2
&&
grep
'obj_format = elf'
../gas/Makefile
>
/dev/null
;
then
...
...
@@ -6878,7 +6870,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_as_subsections
"
1>&6
echo
$ac_n
"checking assembler weak support""...
$ac_c
"
1>&6
echo
"configure:68
82
: checking assembler weak support"
>
&5
echo
"configure:68
74
: checking assembler weak support"
>
&5
gcc_cv_as_weak
=
no
if
test
x
$gcc_cv_gas_major_version
!=
x
-a
x
$gcc_cv_gas_minor_version
!=
x
;
then
if
test
"
$gcc_cv_gas_major_version
"
-eq
2
-a
"
$gcc_cv_gas_minor_version
"
-ge
2
-o
"
$gcc_cv_gas_major_version
"
-gt
2
;
then
...
...
@@ -6901,7 +6893,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_as_weak
"
1>&6
echo
$ac_n
"checking assembler hidden support""...
$ac_c
"
1>&6
echo
"configure:6
905
: checking assembler hidden support"
>
&5
echo
"configure:6
897
: checking assembler hidden support"
>
&5
gcc_cv_as_hidden
=
no
if
test
x
$gcc_cv_gas_major_version
!=
x
-a
x
$gcc_cv_gas_minor_version
!=
x
;
then
if
test
"
$gcc_cv_gas_major_version
"
-eq
2
-a
"
$gcc_cv_gas_minor_version
"
-ge
10
-o
"
$gcc_cv_gas_major_version
"
-gt
2
&&
grep
'obj_format = elf'
../gas/Makefile
>
/dev/null
;
then
...
...
@@ -6925,7 +6917,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_as_hidden
"
1>&6
echo
$ac_n
"checking assembler leb128 support""...
$ac_c
"
1>&6
echo
"configure:692
9
: checking assembler leb128 support"
>
&5
echo
"configure:692
1
: checking assembler leb128 support"
>
&5
gcc_cv_as_leb128
=
no
if
test
x
$gcc_cv_gas_major_version
!=
x
-a
x
$gcc_cv_gas_minor_version
!=
x
;
then
if
test
"
$gcc_cv_gas_major_version
"
-eq
2
-a
"
$gcc_cv_gas_minor_version
"
-ge
11
-o
"
$gcc_cv_gas_major_version
"
-gt
2
&&
grep
'obj_format = elf'
../gas/Makefile
>
/dev/null
;
then
...
...
@@ -6970,7 +6962,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_as_leb128
"
1>&6
echo
$ac_n
"checking assembler eh_frame optimization""...
$ac_c
"
1>&6
echo
"configure:69
74
: checking assembler eh_frame optimization"
>
&5
echo
"configure:69
66
: checking assembler eh_frame optimization"
>
&5
gcc_cv_as_eh_frame
=
no
if
test
x
$gcc_cv_gas_major_version
!=
x
-a
x
$gcc_cv_gas_minor_version
!=
x
;
then
if
test
"
$gcc_cv_gas_major_version
"
-eq
2
-a
"
$gcc_cv_gas_minor_version
"
-ge
12
-o
"
$gcc_cv_gas_major_version
"
-gt
2
&&
grep
'obj_format = elf'
../gas/Makefile
>
/dev/null
;
then
...
...
@@ -7047,7 +7039,7 @@ echo "$ac_t""$gcc_cv_as_eh_frame" 1>&6
case
"
$target
"
in
sparc
*
-
*
-
*
)
echo
$ac_n
"checking assembler .register pseudo-op support""...
$ac_c
"
1>&6
echo
"configure:70
51
: checking assembler .register pseudo-op support"
>
&5
echo
"configure:70
43
: checking assembler .register pseudo-op support"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_as_register_pseudo_op
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -7075,7 +7067,7 @@ EOF
fi
echo
$ac_n
"checking assembler supports -relax""...
$ac_c
"
1>&6
echo
"configure:707
9
: checking assembler supports -relax"
>
&5
echo
"configure:707
1
: checking assembler supports -relax"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_as_relax_opt
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -7105,7 +7097,7 @@ EOF
case
"
$tm_file
"
in
*
64
*
)
echo
$ac_n
"checking for 64 bit support in assembler (
$gcc_cv_as
)""...
$ac_c
"
1>&6
echo
"configure:710
9
: checking for 64 bit support in assembler (
$gcc_cv_as
)"
>
&5
echo
"configure:710
1
: checking for 64 bit support in assembler (
$gcc_cv_as
)"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_as_flags64
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -7150,7 +7142,7 @@ EOF
if
test
"x
$gcc_cv_as_flags64
"
!=
xno
;
then
echo
$ac_n
"checking for assembler offsetable %lo() support""...
$ac_c
"
1>&6
echo
"configure:71
54
: checking for assembler offsetable %lo() support"
>
&5
echo
"configure:71
46
: checking for assembler offsetable %lo() support"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_as_offsetable_lo10
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -7190,7 +7182,7 @@ EOF
i[34567]86-
*
-
*
)
echo
$ac_n
"checking assembler instructions""...
$ac_c
"
1>&6
echo
"configure:71
94
: checking assembler instructions"
>
&5
echo
"configure:71
86
: checking assembler instructions"
>
&5
gcc_cv_as_instructions
=
if
test
x
$gcc_cv_gas_major_version
!=
x
-a
x
$gcc_cv_gas_minor_version
!=
x
;
then
if
test
"
$gcc_cv_gas_major_version
"
-eq
2
-a
"
$gcc_cv_gas_minor_version
"
-ge
9
-o
"
$gcc_cv_gas_major_version
"
-gt
2
;
then
...
...
@@ -7219,7 +7211,7 @@ EOF
esac
echo
$ac_n
"checking assembler dwarf2 debug_line support""...
$ac_c
"
1>&6
echo
"configure:72
23
: checking assembler dwarf2 debug_line support"
>
&5
echo
"configure:72
15
: checking assembler dwarf2 debug_line support"
>
&5
gcc_cv_as_dwarf2_debug_line
=
no
# ??? Not all targets support dwarf2 debug_line, even within a version
# of gas. Moreover, we need to emit a valid instruction to trigger any
...
...
@@ -7404,7 +7396,7 @@ fi
echo
$ac_n
"checking whether to enable maintainer-specific portions of Makefiles""...
$ac_c
"
1>&6
echo
"configure:740
8
: checking whether to enable maintainer-specific portions of Makefiles"
>
&5
echo
"configure:740
0
: 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
"
...
...
gcc/configure.in
View file @
d920e825
...
...
@@ -844,8 +844,11 @@ else
/* | [A-Za-z]:[\\/]* ) realsrcdir=${srcdir};;
*) realsrcdir=../${srcdir};;
esac
CC=${CC_FOR_BUILD} ${realsrcdir}/configure \
saved_CFLAGS="${CFLAGS}"
CC="${CC_FOR_BUILD}" CFLAGS="${CFLAGS_FOR_BUILD}" \
${realsrcdir}/configure \
--target=$target --host=$build --build=$build
CFLAGS="${saved_CFLAGS}"
# We just finished tests for the build machine, so rename
# the file auto-build.h in the gcc directory.
...
...
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