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
ef4e7569
Commit
ef4e7569
authored
Feb 25, 2003
by
Uwe Stieber
Committed by
Nick Clifton
Feb 25, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support for kaOS as cross build target system.
From-SVN: r63400
parent
64458158
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
80 additions
and
69 deletions
+80
-69
ChangeLog
+5
-0
configure
+68
-69
configure.in
+7
-0
No files found.
ChangeLog
View file @
ef4e7569
2003-02-25 Uwe Stieber <uwe@wwws.de>
* configure.in: Add support for kaOS as cross build target system.
* configure: Regenerated.
2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
* MAINTAINERS (Write after approval): Add myself.
* MAINTAINERS (Write after approval): Add myself.
...
...
configure
View file @
ef4e7569
...
@@ -36,6 +36,7 @@ program_suffix=NONE
...
@@ -36,6 +36,7 @@ program_suffix=NONE
program_transform_name
=
s,x,x,
program_transform_name
=
s,x,x,
silent
=
silent
=
site
=
site
=
sitefile
=
srcdir
=
srcdir
=
target
=
NONE
target
=
NONE
verbose
=
verbose
=
...
@@ -150,6 +151,7 @@ Configuration:
...
@@ -150,6 +151,7 @@ Configuration:
--help print this message
--help print this message
--no-create do not create output files
--no-create do not create output files
--quiet, --silent do not print \`checking...' messages
--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
--version print the version of autoconf that created configure
Directory and file names:
Directory and file names:
--prefix=PREFIX install architecture-independent files in PREFIX
--prefix=PREFIX install architecture-independent files in PREFIX
...
@@ -320,6 +322,11 @@ EOF
...
@@ -320,6 +322,11 @@ EOF
-site
=
*
|
--site
=
*
|
--sit
=
*
)
-site
=
*
|
--site
=
*
|
--sit
=
*
)
site
=
"
$ac_optarg
"
;;
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
)
-srcdir
|
--srcdir
|
--srcdi
|
--srcd
|
--src
|
--sr
)
ac_prev
=
srcdir
;;
ac_prev
=
srcdir
;;
-srcdir
=
*
|
--srcdir
=
*
|
--srcdi
=
*
|
--srcd
=
*
|
--src
=
*
|
--sr
=
*
)
-srcdir
=
*
|
--srcdir
=
*
|
--srcdi
=
*
|
--srcd
=
*
|
--src
=
*
|
--sr
=
*
)
...
@@ -485,12 +492,16 @@ fi
...
@@ -485,12 +492,16 @@ fi
srcdir
=
`
echo
"
${
srcdir
}
"
| sed
's%\([^/]\)/*$%\1%'
`
srcdir
=
`
echo
"
${
srcdir
}
"
| sed
's%\([^/]\)/*$%\1%'
`
# Prefer explicitly selected file to automatically selected ones.
# Prefer explicitly selected file to automatically selected ones.
if
test
-z
"
$CONFIG_SITE
"
;
then
if
test
-z
"
$sitefile
"
;
then
if
test
"x
$prefix
"
!=
xNONE
;
then
if
test
-z
"
$CONFIG_SITE
"
;
then
CONFIG_SITE
=
"
$prefix
/share/config.site
$prefix
/etc/config.site"
if
test
"x
$prefix
"
!=
xNONE
;
then
else
CONFIG_SITE
=
"
$prefix
/share/config.site
$prefix
/etc/config.site"
CONFIG_SITE
=
"
$ac_default_prefix
/share/config.site
$ac_default_prefix
/etc/config.site"
else
CONFIG_SITE
=
"
$ac_default_prefix
/share/config.site
$ac_default_prefix
/etc/config.site"
fi
fi
fi
else
CONFIG_SITE
=
"
$sitefile
"
fi
fi
for
ac_site_file
in
$CONFIG_SITE
;
do
for
ac_site_file
in
$CONFIG_SITE
;
do
if
test
-r
"
$ac_site_file
"
;
then
if
test
-r
"
$ac_site_file
"
;
then
...
@@ -577,7 +588,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
...
@@ -577,7 +588,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi
fi
echo
$ac_n
"checking host system type""...
$ac_c
"
1>&6
echo
$ac_n
"checking host system type""...
$ac_c
"
1>&6
echo
"configure:5
81
: checking host system type"
>
&5
echo
"configure:5
92
: checking host system type"
>
&5
host_alias
=
$host
host_alias
=
$host
case
"
$host_alias
"
in
case
"
$host_alias
"
in
...
@@ -598,7 +609,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
...
@@ -598,7 +609,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo
"
$ac_t
""
$host
"
1>&6
echo
"
$ac_t
""
$host
"
1>&6
echo
$ac_n
"checking target system type""...
$ac_c
"
1>&6
echo
$ac_n
"checking target system type""...
$ac_c
"
1>&6
echo
"configure:6
02
: checking target system type"
>
&5
echo
"configure:6
13
: checking target system type"
>
&5
target_alias
=
$target
target_alias
=
$target
case
"
$target_alias
"
in
case
"
$target_alias
"
in
...
@@ -616,7 +627,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
...
@@ -616,7 +627,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo
"
$ac_t
""
$target
"
1>&6
echo
"
$ac_t
""
$target
"
1>&6
echo
$ac_n
"checking build system type""...
$ac_c
"
1>&6
echo
$ac_n
"checking build system type""...
$ac_c
"
1>&6
echo
"configure:6
20
: checking build system type"
>
&5
echo
"configure:6
31
: checking build system type"
>
&5
build_alias
=
$build
build_alias
=
$build
case
"
$build_alias
"
in
case
"
$build_alias
"
in
...
@@ -1015,6 +1026,13 @@ case "${target}" in
...
@@ -1015,6 +1026,13 @@ case "${target}" in
*
-
*
-freebsd
[
12]
|
*
-
*
-freebsd
[
12].
*
|
*
-
*
-freebsd
*
aout
*
)
*
-
*
-freebsd
[
12]
|
*
-
*
-freebsd
[
12].
*
|
*
-
*
-freebsd
*
aout
*
)
noconfigdirs
=
"
$noconfigdirs
target-newlib target-libgloss
${
libgcj
}
"
noconfigdirs
=
"
$noconfigdirs
target-newlib target-libgloss
${
libgcj
}
"
;;
;;
*
-
*
-kaos
*
)
# Remove unsupported stuff on all kaOS configurations.
skipdirs
=
"target-libiberty
${
libgcj
}
${
libstdcxx_version
}
target-libf2c target-librx"
skipdirs
=
"
$skipdirs
target-libobjc target-examples target-groff target-gperf"
skipdirs
=
"
$skipdirs
zlib fastjar target-libjava target-boehm-gc target-zlib"
noconfigdirs
=
"
$noconfigdirs
target-libgloss"
;;
*
-
*
-netbsd
*
)
*
-
*
-netbsd
*
)
# Skip some stuff on all NetBSD configurations.
# Skip some stuff on all NetBSD configurations.
noconfigdirs
=
"
$noconfigdirs
target-newlib target-libiberty target-libgloss"
noconfigdirs
=
"
$noconfigdirs
target-newlib target-libiberty target-libgloss"
...
@@ -2741,7 +2759,7 @@ test -n "$target_alias" && ncn_target_tool_prefix=$target_alias-
...
@@ -2741,7 +2759,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.
# 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
set
dummy
${
ncn_tool_prefix
}
ar
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:27
45
: checking for
$ac_word
"
>
&5
echo
"configure:27
63
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AR
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AR
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2774,7 +2792,7 @@ if test -z "$ac_cv_prog_AR" ; then
...
@@ -2774,7 +2792,7 @@ if test -z "$ac_cv_prog_AR" ; then
# Extract the first word of "ar", so it can be a program name with args.
# Extract the first word of "ar", so it can be a program name with args.
set
dummy ar
;
ac_word
=
$2
set
dummy ar
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:27
78
: checking for
$ac_word
"
>
&5
echo
"configure:27
96
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_AR
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_AR
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2813,7 +2831,7 @@ fi
...
@@ -2813,7 +2831,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}as", so it can be a program name with args.
# 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
set
dummy
${
ncn_tool_prefix
}
as
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:28
17
: checking for
$ac_word
"
>
&5
echo
"configure:28
35
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AS
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AS
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2846,7 +2864,7 @@ if test -z "$ac_cv_prog_AS" ; then
...
@@ -2846,7 +2864,7 @@ if test -z "$ac_cv_prog_AS" ; then
# Extract the first word of "as", so it can be a program name with args.
# Extract the first word of "as", so it can be a program name with args.
set
dummy as
;
ac_word
=
$2
set
dummy as
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:28
50
: checking for
$ac_word
"
>
&5
echo
"configure:28
68
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_AS
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_AS
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2885,7 +2903,7 @@ fi
...
@@ -2885,7 +2903,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}dlltool", so it can be a program name with args.
# 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
set
dummy
${
ncn_tool_prefix
}
dlltool
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:2
889
: checking for
$ac_word
"
>
&5
echo
"configure:2
907
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_DLLTOOL
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_DLLTOOL
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2918,7 +2936,7 @@ if test -z "$ac_cv_prog_DLLTOOL" ; then
...
@@ -2918,7 +2936,7 @@ if test -z "$ac_cv_prog_DLLTOOL" ; then
# Extract the first word of "dlltool", so it can be a program name with args.
# Extract the first word of "dlltool", so it can be a program name with args.
set
dummy dlltool
;
ac_word
=
$2
set
dummy dlltool
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:29
22
: checking for
$ac_word
"
>
&5
echo
"configure:29
40
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_DLLTOOL
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_DLLTOOL
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2957,7 +2975,7 @@ fi
...
@@ -2957,7 +2975,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}ld", so it can be a program name with args.
# 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
set
dummy
${
ncn_tool_prefix
}
ld
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:29
61
: checking for
$ac_word
"
>
&5
echo
"configure:29
79
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LD
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LD
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2990,7 +3008,7 @@ if test -z "$ac_cv_prog_LD" ; then
...
@@ -2990,7 +3008,7 @@ if test -z "$ac_cv_prog_LD" ; then
# Extract the first word of "ld", so it can be a program name with args.
# Extract the first word of "ld", so it can be a program name with args.
set
dummy ld
;
ac_word
=
$2
set
dummy ld
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:
2994
: checking for
$ac_word
"
>
&5
echo
"configure:
3012
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_LD
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_LD
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3029,7 +3047,7 @@ fi
...
@@ -3029,7 +3047,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}nm", so it can be a program name with args.
# 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
set
dummy
${
ncn_tool_prefix
}
nm
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:30
33
: checking for
$ac_word
"
>
&5
echo
"configure:30
51
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_NM
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_NM
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3062,7 +3080,7 @@ if test -z "$ac_cv_prog_NM" ; then
...
@@ -3062,7 +3080,7 @@ if test -z "$ac_cv_prog_NM" ; then
# Extract the first word of "nm", so it can be a program name with args.
# Extract the first word of "nm", so it can be a program name with args.
set
dummy nm
;
ac_word
=
$2
set
dummy nm
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:30
66
: checking for
$ac_word
"
>
&5
echo
"configure:30
84
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_NM
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_NM
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3101,7 +3119,7 @@ fi
...
@@ -3101,7 +3119,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}ranlib", so it can be a program name with args.
# 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
set
dummy
${
ncn_tool_prefix
}
ranlib
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:31
05
: checking for
$ac_word
"
>
&5
echo
"configure:31
23
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3134,7 +3152,7 @@ if test -z "$ac_cv_prog_RANLIB" ; then
...
@@ -3134,7 +3152,7 @@ if test -z "$ac_cv_prog_RANLIB" ; then
# Extract the first word of "ranlib", so it can be a program name with args.
# Extract the first word of "ranlib", so it can be a program name with args.
set
dummy ranlib
;
ac_word
=
$2
set
dummy ranlib
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:31
38
: checking for
$ac_word
"
>
&5
echo
"configure:31
56
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_RANLIB
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_RANLIB
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3173,7 +3191,7 @@ fi
...
@@ -3173,7 +3191,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}windres", so it can be a program name with args.
# 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
set
dummy
${
ncn_tool_prefix
}
windres
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:31
77
: checking for
$ac_word
"
>
&5
echo
"configure:31
95
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_WINDRES
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_WINDRES
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3206,7 +3224,7 @@ if test -z "$ac_cv_prog_WINDRES" ; then
...
@@ -3206,7 +3224,7 @@ if test -z "$ac_cv_prog_WINDRES" ; then
# Extract the first word of "windres", so it can be a program name with args.
# Extract the first word of "windres", so it can be a program name with args.
set
dummy windres
;
ac_word
=
$2
set
dummy windres
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:32
10
: checking for
$ac_word
"
>
&5
echo
"configure:32
28
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_WINDRES
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_WINDRES
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3245,7 +3263,7 @@ fi
...
@@ -3245,7 +3263,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}objcopy", so it can be a program name with args.
# 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
set
dummy
${
ncn_tool_prefix
}
objcopy
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:32
49
: checking for
$ac_word
"
>
&5
echo
"configure:32
67
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_OBJCOPY
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_OBJCOPY
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3278,7 +3296,7 @@ if test -z "$ac_cv_prog_OBJCOPY" ; then
...
@@ -3278,7 +3296,7 @@ if test -z "$ac_cv_prog_OBJCOPY" ; then
# Extract the first word of "objcopy", so it can be a program name with args.
# Extract the first word of "objcopy", so it can be a program name with args.
set
dummy objcopy
;
ac_word
=
$2
set
dummy objcopy
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:3
282
: checking for
$ac_word
"
>
&5
echo
"configure:3
300
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_OBJCOPY
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_OBJCOPY
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3317,7 +3335,7 @@ fi
...
@@ -3317,7 +3335,7 @@ fi
# Extract the first word of "${ncn_tool_prefix}objdump", so it can be a program name with args.
# 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
set
dummy
${
ncn_tool_prefix
}
objdump
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:33
21
: checking for
$ac_word
"
>
&5
echo
"configure:33
39
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_OBJDUMP
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_OBJDUMP
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3350,7 +3368,7 @@ if test -z "$ac_cv_prog_OBJDUMP" ; then
...
@@ -3350,7 +3368,7 @@ if test -z "$ac_cv_prog_OBJDUMP" ; then
# Extract the first word of "objdump", so it can be a program name with args.
# Extract the first word of "objdump", so it can be a program name with args.
set
dummy objdump
;
ac_word
=
$2
set
dummy objdump
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:33
54
: checking for
$ac_word
"
>
&5
echo
"configure:33
72
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_OBJDUMP
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_OBJDUMP
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3398,7 +3416,7 @@ fi
...
@@ -3398,7 +3416,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}ar", so it can be a program name with args.
# 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
set
dummy
${
ncn_target_tool_prefix
}
ar
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:34
02
: checking for
$ac_word
"
>
&5
echo
"configure:34
20
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AR_FOR_TARGET
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AR_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3431,7 +3449,7 @@ if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
...
@@ -3431,7 +3449,7 @@ if test -z "$ac_cv_prog_AR_FOR_TARGET" ; then
# Extract the first word of "ar", so it can be a program name with args.
# Extract the first word of "ar", so it can be a program name with args.
set
dummy ar
;
ac_word
=
$2
set
dummy ar
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:34
35
: checking for
$ac_word
"
>
&5
echo
"configure:34
53
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_AR_FOR_TARGET
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_AR_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3470,7 +3488,7 @@ fi
...
@@ -3470,7 +3488,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}as", so it can be a program name with args.
# 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
set
dummy
${
ncn_target_tool_prefix
}
as
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:34
74
: checking for
$ac_word
"
>
&5
echo
"configure:34
92
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AS_FOR_TARGET
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AS_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3503,7 +3521,7 @@ if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
...
@@ -3503,7 +3521,7 @@ if test -z "$ac_cv_prog_AS_FOR_TARGET" ; then
# Extract the first word of "as", so it can be a program name with args.
# Extract the first word of "as", so it can be a program name with args.
set
dummy as
;
ac_word
=
$2
set
dummy as
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:35
07
: checking for
$ac_word
"
>
&5
echo
"configure:35
25
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_AS_FOR_TARGET
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_AS_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3542,7 +3560,7 @@ fi
...
@@ -3542,7 +3560,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}dlltool", so it can be a program name with args.
# 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
set
dummy
${
ncn_target_tool_prefix
}
dlltool
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:35
46
: checking for
$ac_word
"
>
&5
echo
"configure:35
64
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_DLLTOOL_FOR_TARGET
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_DLLTOOL_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3575,7 +3593,7 @@ if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
...
@@ -3575,7 +3593,7 @@ if test -z "$ac_cv_prog_DLLTOOL_FOR_TARGET" ; then
# Extract the first word of "dlltool", so it can be a program name with args.
# Extract the first word of "dlltool", so it can be a program name with args.
set
dummy dlltool
;
ac_word
=
$2
set
dummy dlltool
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:35
79
: checking for
$ac_word
"
>
&5
echo
"configure:35
97
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_DLLTOOL_FOR_TARGET
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_DLLTOOL_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3614,7 +3632,7 @@ fi
...
@@ -3614,7 +3632,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}ld", so it can be a program name with args.
# 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
set
dummy
${
ncn_target_tool_prefix
}
ld
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:36
18
: checking for
$ac_word
"
>
&5
echo
"configure:36
36
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LD_FOR_TARGET
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LD_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3647,7 +3665,7 @@ if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
...
@@ -3647,7 +3665,7 @@ if test -z "$ac_cv_prog_LD_FOR_TARGET" ; then
# Extract the first word of "ld", so it can be a program name with args.
# Extract the first word of "ld", so it can be a program name with args.
set
dummy ld
;
ac_word
=
$2
set
dummy ld
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:36
51
: checking for
$ac_word
"
>
&5
echo
"configure:36
69
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_LD_FOR_TARGET
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_LD_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3686,7 +3704,7 @@ fi
...
@@ -3686,7 +3704,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}nm", so it can be a program name with args.
# 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
set
dummy
${
ncn_target_tool_prefix
}
nm
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:3
690
: checking for
$ac_word
"
>
&5
echo
"configure:3
708
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_NM_FOR_TARGET
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_NM_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3719,7 +3737,7 @@ if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
...
@@ -3719,7 +3737,7 @@ if test -z "$ac_cv_prog_NM_FOR_TARGET" ; then
# Extract the first word of "nm", so it can be a program name with args.
# Extract the first word of "nm", so it can be a program name with args.
set
dummy nm
;
ac_word
=
$2
set
dummy nm
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:37
23
: checking for
$ac_word
"
>
&5
echo
"configure:37
41
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_NM_FOR_TARGET
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_NM_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3758,7 +3776,7 @@ fi
...
@@ -3758,7 +3776,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}ranlib", so it can be a program name with args.
# 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
set
dummy
${
ncn_target_tool_prefix
}
ranlib
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:37
62
: checking for
$ac_word
"
>
&5
echo
"configure:37
80
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB_FOR_TARGET
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3791,7 +3809,7 @@ if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
...
@@ -3791,7 +3809,7 @@ if test -z "$ac_cv_prog_RANLIB_FOR_TARGET" ; then
# Extract the first word of "ranlib", so it can be a program name with args.
# Extract the first word of "ranlib", so it can be a program name with args.
set
dummy ranlib
;
ac_word
=
$2
set
dummy ranlib
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:3
795
: checking for
$ac_word
"
>
&5
echo
"configure:3
813
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_RANLIB_FOR_TARGET
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_RANLIB_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3830,7 +3848,7 @@ fi
...
@@ -3830,7 +3848,7 @@ fi
# Extract the first word of "${ncn_target_tool_prefix}windres", so it can be a program name with args.
# 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
set
dummy
${
ncn_target_tool_prefix
}
windres
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:38
34
: checking for
$ac_word
"
>
&5
echo
"configure:38
52
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_WINDRES_FOR_TARGET
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_WINDRES_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3863,7 +3881,7 @@ if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
...
@@ -3863,7 +3881,7 @@ if test -z "$ac_cv_prog_WINDRES_FOR_TARGET" ; then
# Extract the first word of "windres", so it can be a program name with args.
# Extract the first word of "windres", so it can be a program name with args.
set
dummy windres
;
ac_word
=
$2
set
dummy windres
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:38
67
: checking for
$ac_word
"
>
&5
echo
"configure:38
85
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_WINDRES_FOR_TARGET
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_ncn_cv_WINDRES_FOR_TARGET
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3930,7 +3948,7 @@ RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
...
@@ -3930,7 +3948,7 @@ RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${extra_ranlibflags_for_target}
NM_FOR_TARGET
=
${
NM_FOR_TARGET
}${
extra_nmflags_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
$ac_n
"checking whether to enable maintainer-specific portions of Makefiles""...
$ac_c
"
1>&6
echo
"configure:39
34
: checking whether to enable maintainer-specific portions of Makefiles"
>
&5
echo
"configure:39
52
: checking whether to enable maintainer-specific portions of Makefiles"
>
&5
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
if
test
"
${
enable_maintainer_mode
+set
}
"
=
set
;
then
if
test
"
${
enable_maintainer_mode
+set
}
"
=
set
;
then
enableval
=
"
$enable_maintainer_mode
"
enableval
=
"
$enable_maintainer_mode
"
...
@@ -4017,34 +4035,15 @@ trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
...
@@ -4017,34 +4035,15 @@ trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
# Transform confdefs.h into DEFS.
# Transform confdefs.h into DEFS.
# Protect against shell expansion while executing Makefile rules.
# Protect against shell expansion while executing Makefile rules.
# Protect against Makefile macro expansion.
# Protect against Makefile macro expansion.
#
cat
>
conftest.defs
<<
\
EOF
# If the first sed substitution is executed (which looks for macros that
s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
# take arguments), then we branch to the quote section. Otherwise,
s%[ `~#
$^
&*(){}\\|;'"<>?]%\\&%g
# look for a macro that doesn't take arguments.
s%\[%\\&%g
cat
>
confdef2opt.sed
<<
\
_ACEOF
s%\]%\\&%g
t clear
s%\
$%$$
%g
: clear
EOF
s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
DEFS
=
`
sed
-f
conftest.defs confdefs.h | tr
'\012'
' '
`
t quote
rm
-f
conftest.defs
s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
t quote
d
: quote
s,[ `~#
$^
&*(){}\\|;'"<>?],\\&,g
s,\[,\\&,g
s,\],\\&,g
s,\
$,$$
,g
p
_ACEOF
# We use echo to avoid assuming a particular line-breaking character.
# The extra dot is to prevent the shell from consuming trailing
# line-breaks from the sub-command output. A line-break within
# single-quotes doesn't work because, if this script is created in a
# platform that uses two characters for line-breaks (e.g., DOS), tr
# would break.
ac_LF_and_DOT
=
`
echo
;
echo
.
`
DEFS
=
`
sed
-n
-f
confdef2opt.sed confdefs.h | tr
"
$ac_LF_and_DOT
"
' .'
`
rm
-f
confdef2opt.sed
# Without the "./", some shells look in PATH for config.status.
# Without the "./", some shells look in PATH for config.status.
...
...
configure.in
View file @
ef4e7569
...
@@ -355,6 +355,13 @@ case "${target}" in
...
@@ -355,6 +355,13 @@ case "${target}" in
*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*)
*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
;;
;;
*-*-kaos*)
# Remove unsupported stuff on all kaOS configurations.
skipdirs="target-libiberty ${libgcj} ${libstdcxx_version} target-libf2c target-librx"
skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
noconfigdirs="$noconfigdirs target-libgloss"
;;
*-*-netbsd*)
*-*-netbsd*)
# Skip some stuff on all NetBSD configurations.
# Skip some stuff on all NetBSD configurations.
noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
...
...
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