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
b4862477
Commit
b4862477
authored
Jan 24, 2003
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Jan 24, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Revert last change.
From-SVN: r61693
parent
49691411
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
114 additions
and
108 deletions
+114
-108
gcc/ChangeLog
+5
-1
gcc/configure
+107
-106
gcc/configure.in
+2
-1
No files found.
gcc/ChangeLog
View file @
b4862477
2003
-
01
-
23
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
ChangeLog
(
configure
.
in
)
:
Don
'
t
include
ansidecl
.
h
in
tconfig
.
h
.
*
configure
.
in
:
Revert
last
change
.
2003
-
01
-
23
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
configure
.
in
:
Don
'
t
include
ansidecl
.
h
in
tconfig
.
h
.
*
gcov
-
io
.
h
(
PARAMS
,
ATTRIBUTE_UNUSED
:
Define
if
IN_LIBGCC2
.
*
unwind
-
dw2
-
fde
.
h
(
last_fde
)
:
Use
__attribute__
,
not
ATTRIBUTE_UNUSED
.
...
...
gcc/configure
View file @
b4862477
...
...
@@ -5573,7 +5573,8 @@ tm_p_file="${tm_p_file} tm-preds.h"
host_xm_file
=
"auto-host.h ansidecl.h
${
host_xm_file
}
"
build_xm_file
=
"
${
build_auto
}
ansidecl.h
${
build_xm_file
}
"
# We don't want ansidecl.h in target files, write code there in ISO/GNU C.
#xm_file="ansidecl.h ${xm_file}"
# put this back in temporarily.
xm_file
=
"ansidecl.h
${
xm_file
}
"
# Truncate the target if necessary
if
test
x
$host_truncate_target
!=
x
;
then
...
...
@@ -5630,14 +5631,14 @@ fi
echo
$ac_n
"checking for library containing strerror""...
$ac_c
"
1>&6
echo
"configure:563
4
: checking for library containing strerror"
>
&5
echo
"configure:563
5
: checking for library containing strerror"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_search_strerror
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
ac_func_search_save_LIBS
=
"
$LIBS
"
ac_cv_search_strerror
=
"no"
cat
>
conftest.
$ac_ext
<<
EOF
#line 564
1
"configure"
#line 564
2
"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
...
...
@@ -5648,7 +5649,7 @@ int main() {
strerror()
; return 0; }
EOF
if
{
(
eval echo
configure:565
2
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:565
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
ac_cv_search_strerror
=
"none required"
else
...
...
@@ -5659,7 +5660,7 @@ rm -f conftest*
test
"
$ac_cv_search_strerror
"
=
"no"
&&
for
i
in
cposix
;
do
LIBS
=
"-l
$i
$ac_func_search_save_LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 566
3
"configure"
#line 566
4
"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
...
...
@@ -5670,7 +5671,7 @@ int main() {
strerror()
; return 0; }
EOF
if
{
(
eval echo
configure:567
4
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:567
5
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
ac_cv_search_strerror
=
"-l
$i
"
break
...
...
@@ -5693,12 +5694,12 @@ fi
echo
$ac_n
"checking for working const""...
$ac_c
"
1>&6
echo
"configure:569
7
: checking for working const"
>
&5
echo
"configure:569
8
: 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 570
2
"configure"
#line 570
3
"configure"
#include "confdefs.h"
int main() {
...
...
@@ -5747,7 +5748,7 @@ ccp = (char const *const *) p;
; return 0; }
EOF
if
{
(
eval echo
configure:575
1
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:575
2
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
ac_cv_c_const
=
yes
else
...
...
@@ -5768,12 +5769,12 @@ EOF
fi
echo
$ac_n
"checking for off_t""...
$ac_c
"
1>&6
echo
"configure:577
2
: checking for off_t"
>
&5
echo
"configure:577
3
: 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 577
7
"configure"
#line 577
8
"configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
...
...
@@ -5801,12 +5802,12 @@ EOF
fi
echo
$ac_n
"checking for size_t""...
$ac_c
"
1>&6
echo
"configure:580
5
: checking for size_t"
>
&5
echo
"configure:580
6
: 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 581
0
"configure"
#line 581
1
"configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
...
...
@@ -5836,19 +5837,19 @@ fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
echo
$ac_n
"checking for working alloca.h""...
$ac_c
"
1>&6
echo
"configure:584
0
: checking for working alloca.h"
>
&5
echo
"configure:584
1
: checking for working alloca.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_alloca_h
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 584
5
"configure"
#line 584
6
"configure"
#include "confdefs.h"
#include <alloca.h>
int main() {
char *p = alloca(2 * sizeof(int));
; return 0; }
EOF
if
{
(
eval echo
configure:585
2
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:585
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
ac_cv_header_alloca_h
=
yes
else
...
...
@@ -5869,12 +5870,12 @@ EOF
fi
echo
$ac_n
"checking for alloca""...
$ac_c
"
1>&6
echo
"configure:587
3
: checking for alloca"
>
&5
echo
"configure:587
4
: checking for alloca"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_alloca_works
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 587
8
"configure"
#line 587
9
"configure"
#include "confdefs.h"
#ifdef __GNUC__
...
...
@@ -5902,7 +5903,7 @@ int main() {
char *p = (char *) alloca(1);
; return 0; }
EOF
if
{
(
eval echo
configure:590
6
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:590
7
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
ac_cv_func_alloca_works
=
yes
else
...
...
@@ -5934,12 +5935,12 @@ EOF
echo
$ac_n
"checking whether alloca needs Cray hooks""...
$ac_c
"
1>&6
echo
"configure:593
8
: checking whether alloca needs Cray hooks"
>
&5
echo
"configure:593
9
: checking whether alloca needs Cray hooks"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_os_cray
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 594
3
"configure"
#line 594
4
"configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
...
...
@@ -5964,12 +5965,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
if
test
$ac_cv_os_cray
=
yes
;
then
for
ac_func
in
_getb67 GETB67 getb67
;
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:596
8
: checking for
$ac_func
"
>
&5
echo
"configure:596
9
: 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 597
3
"configure"
#line 597
4
"configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
...
...
@@ -5992,7 +5993,7 @@ $ac_func();
; return 0; }
EOF
if
{
(
eval echo
configure:599
6
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:599
7
:
\"
$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
...
...
@@ -6019,7 +6020,7 @@ done
fi
echo
$ac_n
"checking stack direction for C alloca""...
$ac_c
"
1>&6
echo
"configure:602
3
: checking stack direction for C alloca"
>
&5
echo
"configure:602
4
: checking stack direction for C alloca"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_stack_direction
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6027,7 +6028,7 @@ else
ac_cv_c_stack_direction
=
0
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 603
1
"configure"
#line 603
2
"configure"
#include "confdefs.h"
find_stack_direction ()
{
...
...
@@ -6046,7 +6047,7 @@ main ()
exit (find_stack_direction() < 0);
}
EOF
if
{
(
eval echo
configure:605
0
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:605
1
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
ac_cv_c_stack_direction
=
1
else
...
...
@@ -6069,12 +6070,12 @@ fi
echo
$ac_n
"checking whether we are using the GNU C Library 2.1 or newer""...
$ac_c
"
1>&6
echo
"configure:607
3
: checking whether we are using the GNU C Library 2.1 or newer"
>
&5
echo
"configure:607
4
: checking whether we are using the GNU C Library 2.1 or newer"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_gnu_library_2_1
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 607
8
"configure"
#line 607
9
"configure"
#include "confdefs.h"
#include <features.h>
...
...
@@ -6110,17 +6111,17 @@ stdlib.h string.h 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:611
4
: checking for
$ac_hdr
"
>
&5
echo
"configure:611
5
: 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 61
19
"configure"
#line 61
20
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:612
4
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:612
5
:
\"
$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
*
...
...
@@ -6151,12 +6152,12 @@ getgid getuid mempcpy munmap putenv setenv setlocale stpcpy strchr strcasecmp \
strdup strtoul tsearch __argz_count __argz_stringify __argz_next
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:615
5
: checking for
$ac_func
"
>
&5
echo
"configure:615
6
: 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 616
0
"configure"
#line 616
1
"configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
...
...
@@ -6179,7 +6180,7 @@ $ac_func();
; return 0; }
EOF
if
{
(
eval echo
configure:618
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:618
4
:
\"
$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
...
...
@@ -6220,7 +6221,7 @@ fi
echo
$ac_n
"checking for iconv""...
$ac_c
"
1>&6
echo
"configure:622
4
: checking for iconv"
>
&5
echo
"configure:622
5
: checking for iconv"
>
&5
if
eval
"test
\"
`
echo
'$''{'
am_cv_func_iconv
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6228,7 +6229,7 @@ else
am_cv_func_iconv
=
"no, consider installing GNU libiconv"
am_cv_lib_iconv
=
no
cat
>
conftest.
$ac_ext
<<
EOF
#line 623
2
"configure"
#line 623
3
"configure"
#include "confdefs.h"
#include <stdlib.h>
#include <iconv.h>
...
...
@@ -6238,7 +6239,7 @@ iconv_t cd = iconv_open("","");
iconv_close(cd);
; return 0; }
EOF
if
{
(
eval echo
configure:624
2
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:624
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
am_cv_func_iconv
=
yes
else
...
...
@@ -6250,7 +6251,7 @@ rm -f conftest*
am_save_LIBS
=
"
$LIBS
"
LIBS
=
"
$LIBS
$am_cv_libiconv_ldpath
-liconv"
cat
>
conftest.
$ac_ext
<<
EOF
#line 625
4
"configure"
#line 625
5
"configure"
#include "confdefs.h"
#include <stdlib.h>
#include <iconv.h>
...
...
@@ -6260,7 +6261,7 @@ iconv_t cd = iconv_open("","");
iconv_close(cd);
; return 0; }
EOF
if
{
(
eval echo
configure:626
4
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:626
5
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
am_cv_lib_iconv
=
yes
am_cv_func_iconv
=
yes
...
...
@@ -6281,13 +6282,13 @@ echo "$ac_t""$am_cv_func_iconv" 1>&6
EOF
echo
$ac_n
"checking for iconv declaration""...
$ac_c
"
1>&6
echo
"configure:628
5
: checking for iconv declaration"
>
&5
echo
"configure:628
6
: checking for iconv declaration"
>
&5
if
eval
"test
\"
`
echo
'$''{'
am_cv_proto_iconv
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 629
1
"configure"
#line 629
2
"configure"
#include "confdefs.h"
#include <stdlib.h>
...
...
@@ -6306,7 +6307,7 @@ int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:631
0
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:631
1
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
am_cv_proto_iconv_arg1
=
""
else
...
...
@@ -6335,19 +6336,19 @@ EOF
echo
$ac_n
"checking for nl_langinfo and CODESET""...
$ac_c
"
1>&6
echo
"configure:63
39
: checking for nl_langinfo and CODESET"
>
&5
echo
"configure:63
40
: checking for nl_langinfo and CODESET"
>
&5
if
eval
"test
\"
`
echo
'$''{'
am_cv_langinfo_codeset
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 634
4
"configure"
#line 634
5
"configure"
#include "confdefs.h"
#include <langinfo.h>
int main() {
char* cs = nl_langinfo(CODESET);
; return 0; }
EOF
if
{
(
eval echo
configure:635
1
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:635
2
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
am_cv_langinfo_codeset
=
yes
else
...
...
@@ -6370,19 +6371,19 @@ EOF
if
test
$ac_cv_header_locale_h
=
yes
;
then
echo
$ac_n
"checking for LC_MESSAGES""...
$ac_c
"
1>&6
echo
"configure:637
4
: checking for LC_MESSAGES"
>
&5
echo
"configure:637
5
: 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 63
79
"configure"
#line 63
80
"configure"
#include "confdefs.h"
#include <locale.h>
int main() {
return LC_MESSAGES
; return 0; }
EOF
if
{
(
eval echo
configure:638
6
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:638
7
:
\"
$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
...
...
@@ -6403,7 +6404,7 @@ EOF
fi
fi
echo
$ac_n
"checking whether NLS is requested""...
$ac_c
"
1>&6
echo
"configure:640
7
: checking whether NLS is requested"
>
&5
echo
"configure:640
8
: 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
"
...
...
@@ -6426,7 +6427,7 @@ fi
EOF
echo
$ac_n
"checking whether included gettext is requested""...
$ac_c
"
1>&6
echo
"configure:643
0
: checking whether included gettext is requested"
>
&5
echo
"configure:643
1
: 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
"
...
...
@@ -6446,17 +6447,17 @@ fi
ac_safe
=
`
echo
"libintl.h"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for libintl.h""...
$ac_c
"
1>&6
echo
"configure:645
0
: checking for libintl.h"
>
&5
echo
"configure:645
1
: 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 645
5
"configure"
#line 645
6
"configure"
#include "confdefs.h"
#include <libintl.h>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:646
0
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:646
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
*
...
...
@@ -6477,12 +6478,12 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
EOF
echo
$ac_n
"checking for GNU gettext in libc""...
$ac_c
"
1>&6
echo
"configure:648
1
: checking for GNU gettext in libc"
>
&5
echo
"configure:648
2
: checking for GNU gettext in libc"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gt_cv_func_gnugettext1_libc
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 648
6
"configure"
#line 648
7
"configure"
#include "confdefs.h"
#include <libintl.h>
extern int _nl_msg_cat_cntr;
...
...
@@ -6491,7 +6492,7 @@ bindtextdomain ("", "");
return (int) gettext ("") + _nl_msg_cat_cntr
; return 0; }
EOF
if
{
(
eval echo
configure:649
5
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:649
6
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
gt_cv_func_gnugettext1_libc
=
yes
else
...
...
@@ -6507,14 +6508,14 @@ echo "$ac_t""$gt_cv_func_gnugettext1_libc" 1>&6
if
test
"
$gt_cv_func_gnugettext1_libc
"
!=
"yes"
;
then
echo
$ac_n
"checking for GNU gettext in libintl""...
$ac_c
"
1>&6
echo
"configure:651
1
: checking for GNU gettext in libintl"
>
&5
echo
"configure:651
2
: checking for GNU gettext in libintl"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gt_cv_func_gnugettext1_libintl
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
gt_save_LIBS
=
"
$LIBS
"
LIBS
=
"
$LIBS
-lintl
$LIBICONV
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 651
8
"configure"
#line 651
9
"configure"
#include "confdefs.h"
#include <libintl.h>
extern int _nl_msg_cat_cntr;
...
...
@@ -6523,7 +6524,7 @@ bindtextdomain ("", "");
return (int) gettext ("") + _nl_msg_cat_cntr
; return 0; }
EOF
if
{
(
eval echo
configure:652
7
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:652
8
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
gt_cv_func_gnugettext1_libintl
=
yes
else
...
...
@@ -6556,12 +6557,12 @@ EOF
for
ac_func
in
dcgettext
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:656
0
: checking for
$ac_func
"
>
&5
echo
"configure:656
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 656
5
"configure"
#line 656
6
"configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
...
...
@@ -6584,7 +6585,7 @@ $ac_func();
; return 0; }
EOF
if
{
(
eval echo
configure:658
8
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:658
9
:
\"
$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
...
...
@@ -6613,7 +6614,7 @@ done
# 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:661
7
: checking for
$ac_word
"
>
&5
echo
"configure:661
8
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_MSGFMT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6647,7 +6648,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:665
1
: checking for
$ac_word
"
>
&5
echo
"configure:665
2
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_GMSGFMT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6684,7 +6685,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:668
8
: checking for
$ac_word
"
>
&5
echo
"configure:668
9
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_XGETTEXT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6734,7 +6735,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:673
8
: checking for
$ac_word
"
>
&5
echo
"configure:673
9
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_MSGFMT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6768,7 +6769,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:677
2
: checking for
$ac_word
"
>
&5
echo
"configure:677
3
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_GMSGFMT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6804,7 +6805,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:680
8
: checking for
$ac_word
"
>
&5
echo
"configure:680
9
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_XGETTEXT
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6876,7 +6877,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:688
0
: checking for
$ac_word
"
>
&5
echo
"configure:688
1
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_INTLBISON
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -6909,7 +6910,7 @@ done
ac_verc_fail
=
yes
else
echo
$ac_n
"checking version of bison""...
$ac_c
"
1>&6
echo
"configure:691
3
: checking version of bison"
>
&5
echo
"configure:691
4
: checking version of bison"
>
&5
ac_prog_version
=
`
$INTLBISON
--version
2>&1 | sed
-n
's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'
`
case
$ac_prog_version
in
''
)
ac_prog_version
=
"v. ?.??, bad"
;
ac_verc_fail
=
yes
;;
...
...
@@ -6954,7 +6955,7 @@ EOF
if
test
"x
$CATOBJEXT
"
!=
x
;
then
echo
$ac_n
"checking for catalogs to be installed""...
$ac_c
"
1>&6
echo
"configure:695
8
: checking for catalogs to be installed"
>
&5
echo
"configure:695
9
: checking for catalogs to be installed"
>
&5
# Look for .po and .gmo files in the source directory.
CATALOGS
=
XLINGUAS
=
...
...
@@ -7012,7 +7013,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:701
6
: checking whether windows registry support is requested"
>
&5
echo
"configure:701
7
: 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
...
...
@@ -7021,14 +7022,14 @@ EOF
echo
"
$ac_t
""yes"
1>&6
echo
$ac_n
"checking for library containing RegOpenKeyExA""...
$ac_c
"
1>&6
echo
"configure:702
5
: checking for library containing RegOpenKeyExA"
>
&5
echo
"configure:702
6
: 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 703
2
"configure"
#line 703
3
"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
...
...
@@ -7039,7 +7040,7 @@ int main() {
RegOpenKeyExA()
; return 0; }
EOF
if
{
(
eval echo
configure:704
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:704
4
:
\"
$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
...
...
@@ -7050,7 +7051,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 705
4
"configure"
#line 705
5
"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
...
...
@@ -7061,7 +7062,7 @@ int main() {
RegOpenKeyExA()
; return 0; }
EOF
if
{
(
eval echo
configure:706
5
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:706
6
:
\"
$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
...
...
@@ -7103,7 +7104,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:710
7
: checking registry key on windows hosts"
>
&5
echo
"configure:710
8
: checking registry key on windows hosts"
>
&5
cat
>>
confdefs.h
<<
EOF
#define WIN32_REGISTRY_KEY "
$gcc_cv_win32_registry_key
"
EOF
...
...
@@ -7316,7 +7317,7 @@ fi
# Figure out what assembler we will be using.
echo
$ac_n
"checking what assembler to use""...
$ac_c
"
1>&6
echo
"configure:732
0
: checking what assembler to use"
>
&5
echo
"configure:732
1
: checking what assembler to use"
>
&5
gcc_cv_as
=
gcc_cv_gas_major_version
=
gcc_cv_gas_minor_version
=
...
...
@@ -7410,7 +7411,7 @@ fi
# Figure out what linker we will be using.
echo
$ac_n
"checking what linker to use""...
$ac_c
"
1>&6
echo
"configure:741
4
: checking what linker to use"
>
&5
echo
"configure:741
5
: checking what linker to use"
>
&5
gcc_cv_ld
=
gcc_cv_gld_major_version
=
gcc_cv_gld_minor_version
=
...
...
@@ -7503,7 +7504,7 @@ fi
# Figure out what nm we will be using.
echo
$ac_n
"checking what nm to use""...
$ac_c
"
1>&6
echo
"configure:750
7
: checking what nm to use"
>
&5
echo
"configure:750
8
: checking what nm to use"
>
&5
if
test
-x
nm
$host_exeext
;
then
gcc_cv_nm
=
./nm
$host_exeext
elif
test
"x
$program_prefix
"
!=
xNONE
;
then
...
...
@@ -7515,7 +7516,7 @@ echo "$ac_t""$gcc_cv_nm" 1>&6
# Figure out what objdump we will be using.
echo
$ac_n
"checking what objdump to use""...
$ac_c
"
1>&6
echo
"configure:75
19
: checking what objdump to use"
>
&5
echo
"configure:75
20
: checking what objdump to use"
>
&5
if
test
-x
objdump
$host_exeext
;
then
gcc_cv_objdump
=
./objdump
$host_exeext
elif
test
"x
$program_prefix
"
!=
xNONE
;
then
...
...
@@ -7527,7 +7528,7 @@ echo "$ac_t""$gcc_cv_objdump" 1>&6
# Figure out what assembler alignment features are present.
echo
$ac_n
"checking assembler alignment features""...
$ac_c
"
1>&6
echo
"configure:753
1
: checking assembler alignment features"
>
&5
echo
"configure:753
2
: 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.
...
...
@@ -7575,7 +7576,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:75
79
: checking assembler subsection support"
>
&5
echo
"configure:75
80
: 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
...
...
@@ -7615,7 +7616,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_as_subsections
"
1>&6
echo
$ac_n
"checking assembler weak support""...
$ac_c
"
1>&6
echo
"configure:76
19
: checking assembler weak support"
>
&5
echo
"configure:76
20
: 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
...
...
@@ -7638,7 +7639,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_as_weak
"
1>&6
echo
$ac_n
"checking assembler hidden support""...
$ac_c
"
1>&6
echo
"configure:764
2
: checking assembler hidden support"
>
&5
echo
"configure:764
3
: 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
\
...
...
@@ -7714,7 +7715,7 @@ esac
echo
$ac_n
"checking assembler leb128 support""...
$ac_c
"
1>&6
echo
"configure:771
8
: checking assembler leb128 support"
>
&5
echo
"configure:771
9
: 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
...
...
@@ -7759,7 +7760,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:776
3
: checking assembler eh_frame optimization"
>
&5
echo
"configure:776
4
: 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
...
...
@@ -7840,7 +7841,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_as_eh_frame
"
1>&6
echo
$ac_n
"checking assembler section merging support""...
$ac_c
"
1>&6
echo
"configure:784
4
: checking assembler section merging support"
>
&5
echo
"configure:784
5
: checking assembler section merging support"
>
&5
gcc_cv_as_shf_merge
=
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
...
...
@@ -7863,7 +7864,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_as_shf_merge
"
1>&6
echo
$ac_n
"checking assembler thread-local storage support""...
$ac_c
"
1>&6
echo
"configure:786
7
: checking assembler thread-local storage support"
>
&5
echo
"configure:786
8
: checking assembler thread-local storage support"
>
&5
gcc_cv_as_tls
=
no
conftest_s
=
tls_first_major
=
...
...
@@ -7971,7 +7972,7 @@ case "$target" in
# All TARGET_ABI_OSF targets.
alpha
*
-
*
-osf
*
|
alpha
*
-
*
-linux
*
|
alpha
*
-
*
-
*
bsd
*
)
echo
$ac_n
"checking assembler supports explicit relocations""...
$ac_c
"
1>&6
echo
"configure:797
5
: checking assembler supports explicit relocations"
>
&5
echo
"configure:797
6
: checking assembler supports explicit relocations"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_as_explicit_relocs
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -8021,7 +8022,7 @@ EOF
;;
sparc
*
-
*
-
*
)
echo
$ac_n
"checking assembler .register pseudo-op support""...
$ac_c
"
1>&6
echo
"configure:802
5
: checking assembler .register pseudo-op support"
>
&5
echo
"configure:802
6
: 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
...
...
@@ -8049,7 +8050,7 @@ EOF
fi
echo
$ac_n
"checking assembler supports -relax""...
$ac_c
"
1>&6
echo
"configure:805
3
: checking assembler supports -relax"
>
&5
echo
"configure:805
4
: 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
...
...
@@ -8077,7 +8078,7 @@ EOF
fi
echo
$ac_n
"checking assembler and linker support unaligned pc related relocs""...
$ac_c
"
1>&6
echo
"configure:808
1
: checking assembler and linker support unaligned pc related relocs"
>
&5
echo
"configure:808
2
: checking assembler and linker support unaligned pc related relocs"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_as_sparc_ua_pcrel
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -8104,7 +8105,7 @@ EOF
fi
echo
$ac_n
"checking assembler and linker support unaligned pc related relocs against hidden symbols""...
$ac_c
"
1>&6
echo
"configure:810
8
: checking assembler and linker support unaligned pc related relocs against hidden symbols"
>
&5
echo
"configure:810
9
: checking assembler and linker support unaligned pc related relocs against hidden symbols"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_as_sparc_ua_pcrel_hidden
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -8144,7 +8145,7 @@ EOF
fi
echo
$ac_n
"checking for assembler offsetable %lo() support""...
$ac_c
"
1>&6
echo
"configure:814
8
: checking for assembler offsetable %lo() support"
>
&5
echo
"configure:814
9
: 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
...
...
@@ -8183,7 +8184,7 @@ EOF
i[34567]86-
*
-
*
|
x86_64-
*
-
*
)
echo
$ac_n
"checking assembler instructions""...
$ac_c
"
1>&6
echo
"configure:818
7
: checking assembler instructions"
>
&5
echo
"configure:818
8
: 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
...
...
@@ -8210,7 +8211,7 @@ EOF
echo
"
$ac_t
""
$gcc_cv_as_instructions
"
1>&6
echo
$ac_n
"checking assembler GOTOFF in data directives""...
$ac_c
"
1>&6
echo
"configure:821
4
: checking assembler GOTOFF in data directives"
>
&5
echo
"configure:821
5
: checking assembler GOTOFF in data directives"
>
&5
gcc_cv_as_gotoff_in_data
=
no
if
test
x
$gcc_cv_gas_major_version
!=
x
-a
x
$gcc_cv_gas_minor_version
!=
x
then
...
...
@@ -8240,7 +8241,7 @@ EOF
esac
echo
$ac_n
"checking assembler dwarf2 debug_line support""...
$ac_c
"
1>&6
echo
"configure:824
4
: checking assembler dwarf2 debug_line support"
>
&5
echo
"configure:824
5
: 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
...
...
@@ -8297,7 +8298,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_as_dwarf2_debug_line
"
1>&6
echo
$ac_n
"checking assembler --gdwarf2 support""...
$ac_c
"
1>&6
echo
"configure:830
1
: checking assembler --gdwarf2 support"
>
&5
echo
"configure:830
2
: checking assembler --gdwarf2 support"
>
&5
gcc_cv_as_gdwarf2_flag
=
no
if
test
x
$gcc_cv_gas_major_version
!=
x
-a
x
$gcc_cv_gas_minor_version
!=
x
;
then
...
...
@@ -8326,7 +8327,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_as_gdwarf2_flag
"
1>&6
echo
$ac_n
"checking assembler --gstabs support""...
$ac_c
"
1>&6
echo
"configure:833
0
: checking assembler --gstabs support"
>
&5
echo
"configure:833
1
: checking assembler --gstabs support"
>
&5
gcc_cv_as_gstabs_flag
=
no
if
test
x
$gcc_cv_gas_major_version
!=
x
-a
x
$gcc_cv_gas_minor_version
!=
x
;
then
...
...
@@ -8354,7 +8355,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_as_gstabs_flag
"
1>&6
echo
$ac_n
"checking linker read-only and read-write section mixing""...
$ac_c
"
1>&6
echo
"configure:835
8
: checking linker read-only and read-write section mixing"
>
&5
echo
"configure:835
9
: checking linker read-only and read-write section mixing"
>
&5
gcc_cv_ld_ro_rw_mix
=
unknown
if
test
x
$gcc_cv_gld_major_version
!=
x
-a
x
$gcc_cv_gld_minor_version
!=
x
;
then
if
test
"
$gcc_cv_gld_major_version
"
-eq
2
-a
"
$gcc_cv_gld_minor_version
"
-ge
10
-o
"
$gcc_cv_gld_major_version
"
-gt
2
&&
grep
'EMUL = elf'
../ld/Makefile
>
/dev/null
;
then
...
...
@@ -8392,7 +8393,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_ld_ro_rw_mix
"
1>&6
echo
$ac_n
"checking linker PT_GNU_EH_FRAME support""...
$ac_c
"
1>&6
echo
"configure:839
6
: checking linker PT_GNU_EH_FRAME support"
>
&5
echo
"configure:839
7
: checking linker PT_GNU_EH_FRAME support"
>
&5
gcc_cv_ld_eh_frame_hdr
=
no
if
test
x
$gcc_cv_gld_major_version
!=
x
-a
x
$gcc_cv_gld_minor_version
!=
x
;
then
if
test
"
$gcc_cv_gld_major_version
"
-eq
2
-a
"
$gcc_cv_gld_minor_version
"
-ge
12
-o
"
$gcc_cv_gld_major_version
"
-gt
2
&&
grep
'EMUL = elf'
../ld/Makefile
>
/dev/null
;
then
...
...
@@ -8416,7 +8417,7 @@ echo "$ac_t""$gcc_cv_ld_eh_frame_hdr" 1>&6
case
"
$target
"
in
mips
*
-
*
-
*
)
echo
$ac_n
"checking whether libgloss uses STARTUP directives consistently""...
$ac_c
"
1>&6
echo
"configure:842
0
: checking whether libgloss uses STARTUP directives consistently"
>
&5
echo
"configure:842
1
: checking whether libgloss uses STARTUP directives consistently"
>
&5
gcc_cv_mips_libgloss_startup
=
no
gcc_cv_libgloss_srcdir
=
`
echo
$srcdir
| sed
-e
's,/gcc$,,'
`
/libgloss
if
test
"x
$exec_prefix
"
=
xNONE
;
then
...
...
@@ -8620,7 +8621,7 @@ fi
echo
$ac_n
"checking whether to enable maintainer-specific portions of Makefiles""...
$ac_c
"
1>&6
echo
"configure:862
4
: checking whether to enable maintainer-specific portions of Makefiles"
>
&5
echo
"configure:862
5
: 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 @
b4862477
...
...
@@ -1037,7 +1037,8 @@ tm_p_file="${tm_p_file} tm-preds.h"
host_xm_file="auto-host.h ansidecl.h ${host_xm_file}"
build_xm_file="${build_auto} ansidecl.h ${build_xm_file}"
# We don't want ansidecl.h in target files, write code there in ISO/GNU C.
#xm_file="ansidecl.h ${xm_file}"
# put this back in temporarily.
xm_file="ansidecl.h ${xm_file}"
# Truncate the target if necessary
if test x$host_truncate_target != x; then
...
...
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