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
ee6a22df
Commit
ee6a22df
authored
Nov 04, 2004
by
H.J. Lu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update configure.in/configure.
From-SVN: r90068
parent
bab37580
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
127 additions
and
80 deletions
+127
-80
configure
+108
-76
configure.in
+19
-4
No files found.
configure
View file @
ee6a22df
...
...
@@ -833,10 +833,17 @@ rm -f conftestsed.out
moveifchange
=
${
srcdir
}
/move-if-change
srcpwd
=
`
cd
${
srcdir
}
;
${
PWDCMD
-pwd
}
`
# We pass INSTALL explicitly to sub-makes. Make sure that it is not
# a relative path.
if
test
"
$INSTALL
"
=
"
${
srcdir
}
/install-sh -c"
;
then
INSTALL
=
"
${
srcpwd
}
/install-sh -c"
fi
# Set srcdir to "." if that's what it is.
# This is important for multilib support.
pwd
=
`
${
PWDCMD
-pwd
}
`
srcpwd
=
`
cd
${
srcdir
}
;
${
PWDCMD
-pwd
}
`
if
test
"
${
pwd
}
"
=
"
${
srcpwd
}
"
;
then
srcdir
=
.
fi
...
...
@@ -1024,8 +1031,8 @@ esac
# If both --with-headers and --with-libs are specified, default to
# --without-newlib.
if
test
x
"
${
with_headers
}
"
!=
x
&&
test
x
"
${
with_headers
}
!= xno
\
&& test x"
${
with_libs
}
" != x && test x"
${
with_libs
}
!=
xno
;
then
if
test
x
"
${
with_headers
}
"
!=
x
&&
test
x
"
${
with_headers
}
"
!=
xno
\
&&
test
x
"
${
with_libs
}
"
!=
x
&&
test
x
"
${
with_libs
}
"
!=
xno
;
then
if
test
x
"
${
with_newlib
}
"
=
x
;
then
with_newlib
=
no
fi
...
...
@@ -1204,7 +1211,7 @@ case "${target}" in
noconfigdirs
=
"
$noconfigdirs
gas ld fileutils target-newlib target-libgloss"
;;
alpha
*
-
*
-
*
vms
*
)
noconfigdirs
=
"
$noconfigdirs
gdb ld target-newlib target-libgloss
${
libgcj
}
"
noconfigdirs
=
"
$noconfigdirs
gdb ld target-newlib target-libgloss
build-fixincludes
${
libgcj
}
"
;;
alpha
*
-
*
-linux
*
)
# newlib is not 64 bit ready
...
...
@@ -1238,6 +1245,9 @@ case "${target}" in
arc-
*
-
*
)
noconfigdirs
=
"
$noconfigdirs
target-libgloss
${
libgcj
}
"
;;
arm-semi-aof
)
noconfigdirs
=
"
$noconfigdirs
build-fixincludes"
;;
arm-
*
-coff
|
strongarm-
*
-coff
|
xscale-
*
-coff
)
noconfigdirs
=
"
$noconfigdirs
${
libgcj
}
"
;;
...
...
@@ -1269,7 +1279,7 @@ case "${target}" in
noconfigdirs
=
"
$noconfigdirs
ld target-libgloss
${
libgcj
}
"
;;
avr-
*
-
*
)
noconfigdirs
=
"
$noconfigdirs
target-libiberty target-libstdc++-v3
${
libgcj
}
"
noconfigdirs
=
"
$noconfigdirs
target-libiberty target-libstdc++-v3
build-fixincludes
${
libgcj
}
"
;;
c4x-
*
-
*
|
tic4x-
*
-
*
)
noconfigdirs
=
"
$noconfigdirs
target-libstdc++-v3 target-libgloss
${
libgcj
}
"
...
...
@@ -1281,7 +1291,7 @@ case "${target}" in
noconfigdirs
=
"
$noconfigdirs
${
libgcj
}
target-newlib target-libgloss"
;;
crx-
*
-
*
)
noconfigdirs
=
"
$noconfigdirs
target-lib
gloss target-lib
stdc++-v3 target-mudflap
${
libgcj
}
"
noconfigdirs
=
"
$noconfigdirs
target-libstdc++-v3 target-mudflap
${
libgcj
}
"
;;
d10v-
*
-
*
)
noconfigdirs
=
"
$noconfigdirs
target-libstdc++-v3 target-libgloss
${
libgcj
}
"
...
...
@@ -1301,6 +1311,9 @@ case "${target}" in
h8500-
*
-
*
)
noconfigdirs
=
"
$noconfigdirs
target-libstdc++-v3 target-libgloss
${
libgcj
}
"
;;
hppa1.1-
*
-osf
*
|
hppa1.1-
*
-bsd
*
)
noconfigdirs
=
"
$noconfigdirs
build-fixincludes"
;;
hppa
*
64
*
-
*
-linux
*
|
parisc
*
64
*
-
*
-linux
*
)
# In this case, it's because the hppa64-linux target is for
# the kernel only at this point and has no libc, and thus no
...
...
@@ -1331,6 +1344,9 @@ case "${target}" in
# No gdb or ld support yet.
noconfigdirs
=
"
$noconfigdirs
${
libgcj
}
readline mmalloc libgui itcl gdb ld"
;;
i370-
*
-opened
*
)
noconfigdirs
=
"
$noconfigdirs
build-fixincludes"
;;
i[3456789]86-
*
-coff
|
i[3456789]86-
*
-elf
)
noconfigdirs
=
"
$noconfigdirs
${
libgcj
}
"
;;
...
...
@@ -1355,7 +1371,7 @@ case "${target}" in
;;
i[3456789]86-
*
-mingw32
*
)
target_configdirs
=
"
$target_configdirs
target-mingw"
noconfigdirs
=
"
$noconfigdirs
expect target-libgloss
${
libgcj
}
"
noconfigdirs
=
"
$noconfigdirs
expect target-libgloss
${
libgcj
}
build-fixincludes
"
# Can't build gdb for mingw32 if not native.
case
"
${
host
}
"
in
...
...
@@ -1366,12 +1382,11 @@ case "${target}" in
;;
*
-
*
-cygwin
*
)
target_configdirs
=
"
$target_configdirs
target-libtermcap target-winsup"
noconfigdirs
=
"
$noconfigdirs
target-gperf target-libgloss
${
libgcj
}
"
noconfigdirs
=
"
$noconfigdirs
target-gperf target-libgloss
build-fixincludes
${
libgcj
}
"
# always build newlib if winsup directory is present.
if
test
-d
"
$srcdir
/winsup"
then
if
test
-d
"
$srcdir
/winsup"
;
then
skipdirs
=
`
echo
"
${
skipdirs
}
"
| sed
-e
's/ target-newlib / /'
`
el
se
el
if
test
-d
"
$srcdir
/newlib"
;
then
echo
"Warning: winsup is missing so newlib can't be built."
fi
...
...
@@ -1382,8 +1397,12 @@ case "${target}" in
;;
esac
;;
i[3456789]86-moss-msdos
|
i[3456789]86-
*
-moss
*
|
\
i[3456789]86-
*
-uwin
*
|
i[3456789]86-
*
-interix
*
)
noconfigdirs
=
"
$noconfigdirs
build-fixincludes"
;;
i[3456789]86-
*
-pe
)
noconfigdirs
=
"
$noconfigdirs
target-libstdc++-v3 target-libgloss
${
libgcj
}
"
noconfigdirs
=
"
$noconfigdirs
target-libstdc++-v3 target-libgloss
${
libgcj
}
build-fixincludes
"
;;
i[3456789]86-
*
-sco3
.2v5
*
)
# The linker does not yet know about weak symbols in COFF,
...
...
@@ -1446,7 +1465,10 @@ case "${target}" in
noconfigdirs
=
"
$noconfigdirs
gdb target-newlib target-libgloss
${
libgcj
}
"
;;
powerpc-
*
-eabi
)
noconfigdirs
=
"
$noconfigdirs
${
libgcj
}
"
noconfigdirs
=
"
$noconfigdirs
${
libgcj
}
build-fixincludes"
;;
powerpc-
*
-eabi
*
|
powerpcle-
*
-eabi
*
|
powerpc-
*
-rtems
*
)
noconfigdirs
=
"
$noconfigdirs
build-fixincludes"
;;
rs6000-
*
-lynxos
*
)
noconfigdirs
=
"
$noconfigdirs
target-newlib gprof
${
libgcj
}
"
...
...
@@ -1775,7 +1797,7 @@ else
# Extract the first word of "gcc", so it can be a program name with args.
set
dummy gcc
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:1
779
: checking for
$ac_word
"
>
&5
echo
"configure:1
801
: 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
...
...
@@ -1805,7 +1827,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:18
09
: checking for
$ac_word
"
>
&5
echo
"configure:18
31
: 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
...
...
@@ -1856,7 +1878,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:18
60
: checking for
$ac_word
"
>
&5
echo
"configure:18
82
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -1888,7 +1910,7 @@ fi
fi
echo
$ac_n
"checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works""...
$ac_c
"
1>&6
echo
"configure:1
892
: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) works"
>
&5
echo
"configure:1
914
: 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.
...
...
@@ -1899,12 +1921,12 @@ cross_compiling=$ac_cv_prog_cc_cross
cat
>
conftest.
$ac_ext
<<
EOF
#line 19
03
"configure"
#line 19
25
"configure"
#include "confdefs.h"
main(){return(0);}
EOF
if
{
(
eval echo
configure:19
08
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:19
30
:
\"
$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
...
...
@@ -1930,12 +1952,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:19
34
: checking whether the C compiler (
$CC
$CFLAGS
$LDFLAGS
) is a cross-compiler"
>
&5
echo
"configure:19
56
: 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:19
39
: checking whether we are using GNU C"
>
&5
echo
"configure:19
61
: 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
...
...
@@ -1944,7 +1966,7 @@ else
yes;
#endif
EOF
if
{
ac_try
=
'${CC-cc} -E conftest.c'
;
{
(
eval echo
configure:19
48
:
\"
$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:19
70
:
\"
$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
...
...
@@ -1963,7 +1985,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:19
67
: checking whether
${
CC
-cc
}
accepts -g"
>
&5
echo
"configure:19
89
: 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
...
...
@@ -2030,7 +2052,7 @@ fi
# Extract the first word of "${ac_tool_prefix}gnatbind", so it can be a program name with args.
set
dummy
${
ac_tool_prefix
}
gnatbind
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:20
34
: checking for
$ac_word
"
>
&5
echo
"configure:20
56
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_GNATBIND
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2062,7 +2084,7 @@ if test -n "$ac_tool_prefix"; then
# Extract the first word of "gnatbind", so it can be a program name with args.
set
dummy gnatbind
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:20
66
: checking for
$ac_word
"
>
&5
echo
"configure:20
88
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_GNATBIND
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2095,7 +2117,7 @@ fi
fi
echo
$ac_n
"checking whether compiler driver understands Ada""...
$ac_c
"
1>&6
echo
"configure:2
099
: checking whether compiler driver understands Ada"
>
&5
echo
"configure:2
121
: checking whether compiler driver understands Ada"
>
&5
if
eval
"test
\"
`
echo
'$''{'
acx_cv_cc_gcc_supports_ada
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2128,7 +2150,7 @@ else
fi
echo
$ac_n
"checking how to compare bootstrapped objects""...
$ac_c
"
1>&6
echo
"configure:21
32
: checking how to compare bootstrapped objects"
>
&5
echo
"configure:21
54
: checking how to compare bootstrapped objects"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_prog_cmp_skip
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2226,9 +2248,9 @@ saved_CFLAGS="$CFLAGS"
CFLAGS
=
"
$CFLAGS
$gmpinc
"
# Check GMP actually works
echo
$ac_n
"checking for correct version of gmp.h""...
$ac_c
"
1>&6
echo
"configure:22
30
: checking for correct version of gmp.h"
>
&5
echo
"configure:22
52
: checking for correct version of gmp.h"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
#line 22
32
"configure"
#line 22
54
"configure"
#include "confdefs.h"
#include "gmp.h"
int main() {
...
...
@@ -2239,7 +2261,7 @@ choke me
; return 0; }
EOF
if
{
(
eval echo
configure:22
43
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:22
65
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
echo
"
$ac_t
""yes"
1>&6
else
...
...
@@ -2252,12 +2274,12 @@ rm -f conftest*
if
test
x
"
$have_gmp
"
=
xyes
;
then
echo
$ac_n
"checking for MPFR""...
$ac_c
"
1>&6
echo
"configure:22
56
: checking for MPFR"
>
&5
echo
"configure:22
78
: checking for MPFR"
>
&5
saved_LIBS
=
"
$LIBS
"
LIBS
=
"
$LIBS
$gmplibs
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 22
61
"configure"
#line 22
83
"configure"
#include "confdefs.h"
#include <gmp.h>
#include <mpfr.h>
...
...
@@ -2265,7 +2287,7 @@ int main() {
mpfr_t n; mpfr_init(n);
; return 0; }
EOF
if
{
(
eval echo
configure:22
69
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:22
91
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
echo
"
$ac_t
""yes"
1>&6
else
...
...
@@ -2433,13 +2455,13 @@ The available languages are: ${potential_languages}" 1>&2; exit 1; }
ac_configure_args
=
`
echo
"
$ac_configure_args
"
| sed
-e
's/ --enable-languages=[^ ]*//'
-e
's/$/ --enable-languages='
"
$enable_languages
"
/
`
fi
# Remove the entries in $skipdirs and $noconfigdirs from $configdirs
and
# $target_configdirs.
# Remove the entries in $skipdirs and $noconfigdirs from $configdirs
,
# $
build_configdirs and $
target_configdirs.
# If we have the source for $noconfigdirs entries, add them to $notsupp.
notsupp
=
""
for
dir
in
.
$skipdirs
$noconfigdirs
;
do
dirname
=
`
echo
$dir
| sed
-e
s/target-//g
`
dirname
=
`
echo
$dir
| sed
-e
s/target-//g
-e
s/build-//g
`
if
test
$dir
!=
.
&&
echo
"
${
configdirs
}
"
|
grep
"
${
dir
}
"
>
/dev/null 2>&1
;
then
configdirs
=
`
echo
"
${
configdirs
}
"
| sed
-e
"s/
${
dir
}
/ /"
`
if
test
-r
$srcdir
/
$dirname
/configure
;
then
...
...
@@ -2450,6 +2472,16 @@ for dir in . $skipdirs $noconfigdirs ; do
fi
fi
fi
if
test
$dir
!=
.
&&
echo
"
${
build_configdirs
}
"
|
grep
"
${
dir
}
"
>
/dev/null 2>&1
;
then
build_configdirs
=
`
echo
"
${
build_configdirs
}
"
| sed
-e
"s/
${
dir
}
/ /"
`
if
test
-r
$srcdir
/
$dirname
/configure
;
then
if
echo
"
${
skipdirs
}
"
|
grep
"
${
dir
}
"
>
/dev/null 2>&1
;
then
true
else
notsupp
=
"
$notsupp
$dir
"
fi
fi
fi
if
test
$dir
!=
.
&&
echo
"
${
target_configdirs
}
"
|
grep
"
${
dir
}
"
>
/dev/null 2>&1
;
then
target_configdirs
=
`
echo
"
${
target_configdirs
}
"
| sed
-e
"s/
${
dir
}
/ /"
`
if
test
-r
$srcdir
/
$dirname
/configure
;
then
...
...
@@ -2742,7 +2774,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:27
46
: checking for
$ac_word
"
>
&5
echo
"configure:27
78
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CONFIGURED_BISON
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2777,7 +2809,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:2
781
: checking for
$ac_word
"
>
&5
echo
"configure:2
813
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CONFIGURED_YACC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2812,7 +2844,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:28
16
: checking for
$ac_word
"
>
&5
echo
"configure:28
48
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CONFIGURED_M4
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2847,7 +2879,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:28
51
: checking for
$ac_word
"
>
&5
echo
"configure:28
83
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CONFIGURED_FLEX
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2882,7 +2914,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:2
886
: checking for
$ac_word
"
>
&5
echo
"configure:2
918
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CONFIGURED_LEX
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2917,7 +2949,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:29
21
: checking for
$ac_word
"
>
&5
echo
"configure:29
53
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CONFIGURED_MAKEINFO
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3566,7 +3598,7 @@ test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
# Extract the first word of "${ncn_tool_prefix}ar", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}
ar
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:3
570
: checking for
$ac_word
"
>
&5
echo
"configure:3
602
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AR
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3599,7 +3631,7 @@ if test -z "$ac_cv_prog_AR" ; then
# Extract the first word of "ar", so it can be a program name with args.
set
dummy ar
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:36
03
: checking for
$ac_word
"
>
&5
echo
"configure:36
35
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_AR
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3638,7 +3670,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}as", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}
as
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:36
42
: checking for
$ac_word
"
>
&5
echo
"configure:36
74
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AS
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3671,7 +3703,7 @@ if test -z "$ac_cv_prog_AS" ; then
# Extract the first word of "as", so it can be a program name with args.
set
dummy as
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:3
675
: checking for
$ac_word
"
>
&5
echo
"configure:3
707
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_AS
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3710,7 +3742,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}dlltool", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}
dlltool
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:37
14
: checking for
$ac_word
"
>
&5
echo
"configure:37
46
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_DLLTOOL
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3743,7 +3775,7 @@ if test -z "$ac_cv_prog_DLLTOOL" ; then
# Extract the first word of "dlltool", so it can be a program name with args.
set
dummy dlltool
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:37
47
: checking for
$ac_word
"
>
&5
echo
"configure:37
79
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_DLLTOOL
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3782,7 +3814,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}ld", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}
ld
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:3
786
: checking for
$ac_word
"
>
&5
echo
"configure:3
818
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LD
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3815,7 +3847,7 @@ if test -z "$ac_cv_prog_LD" ; then
# Extract the first word of "ld", so it can be a program name with args.
set
dummy ld
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:38
19
: checking for
$ac_word
"
>
&5
echo
"configure:38
51
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_LD
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3854,7 +3886,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}nm", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}
nm
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:38
58
: checking for
$ac_word
"
>
&5
echo
"configure:38
90
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_NM
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3887,7 +3919,7 @@ if test -z "$ac_cv_prog_NM" ; then
# Extract the first word of "nm", so it can be a program name with args.
set
dummy nm
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:3
891
: checking for
$ac_word
"
>
&5
echo
"configure:3
923
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_NM
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3926,7 +3958,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}ranlib", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}
ranlib
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:39
30
: checking for
$ac_word
"
>
&5
echo
"configure:39
62
: 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
...
...
@@ -3959,7 +3991,7 @@ if test -z "$ac_cv_prog_RANLIB" ; then
# Extract the first word of "ranlib", so it can be a program name with args.
set
dummy ranlib
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:39
63
: checking for
$ac_word
"
>
&5
echo
"configure:39
95
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_RANLIB
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -3998,7 +4030,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}windres", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}
windres
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:40
02
: checking for
$ac_word
"
>
&5
echo
"configure:40
34
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_WINDRES
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4031,7 +4063,7 @@ if test -z "$ac_cv_prog_WINDRES" ; then
# Extract the first word of "windres", so it can be a program name with args.
set
dummy windres
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:40
35
: checking for
$ac_word
"
>
&5
echo
"configure:40
67
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_WINDRES
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4070,7 +4102,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}objcopy", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}
objcopy
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:4
074
: checking for
$ac_word
"
>
&5
echo
"configure:4
106
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_OBJCOPY
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4103,7 +4135,7 @@ if test -z "$ac_cv_prog_OBJCOPY" ; then
# Extract the first word of "objcopy", so it can be a program name with args.
set
dummy objcopy
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:41
07
: checking for
$ac_word
"
>
&5
echo
"configure:41
39
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_OBJCOPY
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4142,7 +4174,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}objdump", so it can be a program name with args.
set
dummy
${
ncn_tool_prefix
}
objdump
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:41
46
: checking for
$ac_word
"
>
&5
echo
"configure:41
78
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_OBJDUMP
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4175,7 +4207,7 @@ if test -z "$ac_cv_prog_OBJDUMP" ; then
# Extract the first word of "objdump", so it can be a program name with args.
set
dummy objdump
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:4
179
: checking for
$ac_word
"
>
&5
echo
"configure:4
211
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_OBJDUMP
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4221,7 +4253,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}ar", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}
ar
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:42
25
: checking for
$ac_word
"
>
&5
echo
"configure:42
57
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CONFIGURED_AR_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4254,7 +4286,7 @@ if test -z "$ac_cv_prog_CONFIGURED_AR_FOR_TARGET" ; then
# Extract the first word of "ar", so it can be a program name with args.
set
dummy ar
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:42
58
: checking for
$ac_word
"
>
&5
echo
"configure:42
90
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_CONFIGURED_AR_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4293,7 +4325,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}as", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}
as
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:4
297
: checking for
$ac_word
"
>
&5
echo
"configure:4
329
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CONFIGURED_AS_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4326,7 +4358,7 @@ if test -z "$ac_cv_prog_CONFIGURED_AS_FOR_TARGET" ; then
# Extract the first word of "as", so it can be a program name with args.
set
dummy as
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:43
30
: checking for
$ac_word
"
>
&5
echo
"configure:43
62
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_CONFIGURED_AS_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4365,7 +4397,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}dlltool", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}
dlltool
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:4
369
: checking for
$ac_word
"
>
&5
echo
"configure:4
401
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4398,7 +4430,7 @@ if test -z "$ac_cv_prog_CONFIGURED_DLLTOOL_FOR_TARGET" ; then
# Extract the first word of "dlltool", so it can be a program name with args.
set
dummy dlltool
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:44
02
: checking for
$ac_word
"
>
&5
echo
"configure:44
34
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_CONFIGURED_DLLTOOL_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4437,7 +4469,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}ld", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}
ld
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:44
41
: checking for
$ac_word
"
>
&5
echo
"configure:44
73
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CONFIGURED_LD_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4470,7 +4502,7 @@ if test -z "$ac_cv_prog_CONFIGURED_LD_FOR_TARGET" ; then
# Extract the first word of "ld", so it can be a program name with args.
set
dummy ld
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:4
474
: checking for
$ac_word
"
>
&5
echo
"configure:4
506
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_CONFIGURED_LD_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4509,7 +4541,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}nm", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}
nm
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:45
13
: checking for
$ac_word
"
>
&5
echo
"configure:45
45
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CONFIGURED_NM_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4542,7 +4574,7 @@ if test -z "$ac_cv_prog_CONFIGURED_NM_FOR_TARGET" ; then
# Extract the first word of "nm", so it can be a program name with args.
set
dummy nm
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:45
46
: checking for
$ac_word
"
>
&5
echo
"configure:45
78
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_CONFIGURED_NM_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4581,7 +4613,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}ranlib", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}
ranlib
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:4
585
: checking for
$ac_word
"
>
&5
echo
"configure:4
617
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4614,7 +4646,7 @@ if test -z "$ac_cv_prog_CONFIGURED_RANLIB_FOR_TARGET" ; then
# Extract the first word of "ranlib", so it can be a program name with args.
set
dummy ranlib
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:46
18
: checking for
$ac_word
"
>
&5
echo
"configure:46
50
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_CONFIGURED_RANLIB_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4653,7 +4685,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}windres", so it can be a program name with args.
set
dummy
${
ncn_target_tool_prefix
}
windres
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:46
57
: checking for
$ac_word
"
>
&5
echo
"configure:46
89
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4686,7 +4718,7 @@ if test -z "$ac_cv_prog_CONFIGURED_WINDRES_FOR_TARGET" ; then
# Extract the first word of "windres", so it can be a program name with args.
set
dummy windres
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:4
690
: checking for
$ac_word
"
>
&5
echo
"configure:4
722
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_CONFIGURED_WINDRES_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4771,7 +4803,7 @@ RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
NM_FOR_TARGET
=
${
NM_FOR_TARGET
}${
extra_nmflags_for_target
}
echo
$ac_n
"checking whether to enable maintainer-specific portions of Makefiles""...
$ac_c
"
1>&6
echo
"configure:4
775
: checking whether to enable maintainer-specific portions of Makefiles"
>
&5
echo
"configure:4
807
: 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
"
...
...
@@ -4818,7 +4850,7 @@ esac
# gcc for stageN-gcc and stagePREV-gcc for stage(N-1). In case this is not
# possible, however, we can resort to mv.
echo
$ac_n
"checking if symbolic links between directories work""...
$ac_c
"
1>&6
echo
"configure:48
22
: checking if symbolic links between directories work"
>
&5
echo
"configure:48
54
: checking if symbolic links between directories work"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcc_cv_prog_ln_s_dir
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
configure.in
View file @
ee6a22df
...
...
@@ -1653,10 +1653,25 @@ case "${host}" in
;;
esac
# If no --enable-shared nor --disable-shared is specified, we set up
# LD_LIBRARY_PATH when we build for gcc.
case $enable_shared in
"")
if test -d ${srcdir}/gcc; then
set_lib_path=yes
else
set_lib_path=no
fi
;;
*)
set_lib_path=$enable_shared
;;
esac
# If --enable-shared was set, we must set LD_LIBRARY_PATH so that the
# binutils tools will find libbfd.so.
case "${
enable_shared
}" in
no
| ""
) SET_LIB_PATH= ;;
case "${
set_lib_path
}" in
no) SET_LIB_PATH= ;;
*) SET_LIB_PATH="\$(REALLY_SET_LIB_PATH)" ;;
esac
...
...
@@ -2334,8 +2349,8 @@ AC_SUBST(stage2_werror_flag)
# used.
SET_GCC_LIB_PATH=
if test -d ${srcdir}/gcc && test x${is_cross_compiler} = xno; then
case "${
enable_shared
}" in
no
| ""
) ;;
case "${
set_lib_path
}" in
no) ;;
*)
eval "d=\$$RPATH_ENVVAR"
if test x"$d" != 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