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
078c4a8c
Commit
078c4a8c
authored
Aug 27, 2015
by
Francois-Xavier Coudert
Committed by
François-Xavier Coudert
Aug 27, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure: Regenerate.
From-SVN: r227266
parent
07ad3ec6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
75 additions
and
30 deletions
+75
-30
gcc/ChangeLog
+4
-0
gcc/configure
+71
-30
No files found.
gcc/ChangeLog
View file @
078c4a8c
2015
-
08
-
27
Francois
-
Xavier
Coudert
<
fxcoudert
@
gcc
.
gnu
.
org
>
*
configure
:
Regenerate
.
2015
-
08
-
27
Alan
Lawrence
<
alan
.
lawrence
@
arm
.
com
>
2015
-
08
-
27
Alan
Lawrence
<
alan
.
lawrence
@
arm
.
com
>
PR
tree
-
optimization
/
67283
PR
tree
-
optimization
/
67283
...
...
gcc/configure
View file @
078c4a8c
...
@@ -10614,31 +10614,6 @@ fi
...
@@ -10614,31 +10614,6 @@ fi
am_save_CPPFLAGS="
$
CPPFLAGS
"
for element in $INCICONV; do
haveit=
for x in $CPPFLAGS; do
acl_save_prefix="
$
prefix
"
prefix="
$
acl_final_prefix
"
acl_save_exec_prefix="
$
exec_prefix
"
exec_prefix="
$
acl_final_exec_prefix
"
eval x=
\"
$x
\"
exec_prefix="
$
acl_save_exec_prefix
"
prefix="
$
acl_save_prefix
"
if test "
X
$
x
" = "
X
$
element
"; then
haveit=yes
break
fi
done
if test -z "
$
haveit
"; then
CPPFLAGS="
${
CPPFLAGS
}${
CPPFLAGS
:+
}$
element
"
fi
done
{ $as_echo "
$
as_me
:${
as_lineno
-$
LINENO
}:
checking
for
iconv
" >&5
{ $as_echo "
$
as_me
:${
as_lineno
-$
LINENO
}:
checking
for
iconv
" >&5
$as_echo_n "
checking
for
iconv
...
" >&6; }
$as_echo_n "
checking
for
iconv
...
" >&6; }
if test "
${
am_cv_func_iconv
+
set
}
" = set; then :
if test "
${
am_cv_func_iconv
+
set
}
" = set; then :
...
@@ -10647,6 +10622,8 @@ else
...
@@ -10647,6 +10622,8 @@ else
am_cv_func_iconv="
no
,
consider
installing
GNU
libiconv
"
am_cv_func_iconv="
no
,
consider
installing
GNU
libiconv
"
am_cv_lib_iconv=no
am_cv_lib_iconv=no
am_save_CPPFLAGS="
$
CPPFLAGS
"
CPPFLAGS="
$
CPPFLAGS
$
INCICONV
"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* end confdefs.h. */
#include <stdlib.h>
#include <stdlib.h>
...
@@ -10666,8 +10643,49 @@ if ac_fn_cxx_try_link "$LINENO"; then :
...
@@ -10666,8 +10643,49 @@ if ac_fn_cxx_try_link "$LINENO"; then :
fi
fi
rm -f core conftest.err conftest.$ac_objext \
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
conftest$ac_exeext conftest.$ac_ext
CPPFLAGS="
$
am_save_CPPFLAGS
"
if test "
$
am_cv_func_iconv
" != yes && test -d ../libiconv; then
for _libs in .libs _libs; do
am_save_CPPFLAGS="
$
CPPFLAGS
"
am_save_LIBS="
$
LIBS
"
CPPFLAGS="
$
CPPFLAGS
-
I
../
libiconv
/
include
"
LIBS="
$
LIBS
../
libiconv
/
lib
/$
_libs
/
libiconv
.
a
"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <stdlib.h>
#include <iconv.h>
int
main ()
{
iconv_t cd = iconv_open("","");
iconv(cd,NULL,NULL,NULL,NULL);
iconv_close(cd);
;
return 0;
}
_ACEOF
if ac_fn_cxx_try_link "
$
LINENO
"; then :
INCICONV="
-
I
../
libiconv
/
include
"
LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
am_cv_lib_iconv=yes
am_cv_func_iconv=yes
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
CPPFLAGS="
$
am_save_CPPFLAGS
"
LIBS="
$
am_save_LIBS
"
if test "
$
am_cv_func_iconv
" = "
yes
"; then
break
fi
done
fi
if test "
$
am_cv_func_iconv
" != yes; then
if test "
$
am_cv_func_iconv
" != yes; then
am_save_CPPFLAGS="
$
CPPFLAGS
"
am_save_LIBS="
$
LIBS
"
am_save_LIBS="
$
LIBS
"
CPPFLAGS="
$
LIBS
$
INCICONV
"
LIBS="
$
LIBS
$
LIBICONV
"
LIBS="
$
LIBS
$
LIBICONV
"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
/* end confdefs.h. */
...
@@ -10689,6 +10707,7 @@ if ac_fn_cxx_try_link "$LINENO"; then :
...
@@ -10689,6 +10707,7 @@ if ac_fn_cxx_try_link "$LINENO"; then :
fi
fi
rm -f core conftest.err conftest.$ac_objext \
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
conftest$ac_exeext conftest.$ac_ext
CPPFLAGS="
$
am_save_CPPFLAGS
"
LIBS="
$
am_save_LIBS
"
LIBS="
$
am_save_LIBS
"
fi
fi
...
@@ -10701,12 +10720,34 @@ $as_echo "#define HAVE_ICONV 1" >>confdefs.h
...
@@ -10701,12 +10720,34 @@ $as_echo "#define HAVE_ICONV 1" >>confdefs.h
fi
fi
if test "
$
am_cv_lib_iconv
" = yes; then
if test "
$
am_cv_lib_iconv
" = yes; then
for element in $INCICONV; do
haveit=
for x in $CPPFLAGS; do
acl_save_prefix="
$
prefix
"
prefix="
$
acl_final_prefix
"
acl_save_exec_prefix="
$
exec_prefix
"
exec_prefix="
$
acl_final_exec_prefix
"
eval x=
\"
$x
\"
exec_prefix="
$
acl_save_exec_prefix
"
prefix="
$
acl_save_prefix
"
if test "
X
$
x
" = "
X
$
element
"; then
haveit=yes
break
fi
done
if test -z "
$
haveit
"; then
CPPFLAGS="
${
CPPFLAGS
}${
CPPFLAGS
:+
}$
element
"
fi
done
{ $as_echo "
$
as_me
:${
as_lineno
-$
LINENO
}:
checking
how
to
link
with
libiconv
" >&5
{ $as_echo "
$
as_me
:${
as_lineno
-$
LINENO
}:
checking
how
to
link
with
libiconv
" >&5
$as_echo_n "
checking
how
to
link
with
libiconv
...
" >&6; }
$as_echo_n "
checking
how
to
link
with
libiconv
...
" >&6; }
{ $as_echo "
$
as_me
:${
as_lineno
-$
LINENO
}:
result
:
$
LIBICONV
" >&5
{ $as_echo "
$
as_me
:${
as_lineno
-$
LINENO
}:
result
:
$
LIBICONV
" >&5
$as_echo "
$
LIBICONV
" >&6; }
$as_echo "
$
LIBICONV
" >&6; }
else
else
CPPFLAGS="
$
am_save_CPPFLAGS
"
LIBICONV=
LIBICONV=
LTLIBICONV=
LTLIBICONV=
fi
fi
...
@@ -11909,7 +11950,7 @@ fi
...
@@ -11909,7 +11950,7 @@ fi
case
$
host_os
in
case
$
host_os
in
win32
|
pe
|
cygwin
*
|
mingw32
*
|
uwin
*
)
win32
|
pe
|
cygwin
*
|
mingw32
*)
if
test
"x$enable_win32_registry"
!= xno; then
if
test
"x$enable_win32_registry"
!= xno; then
{
$
as_echo
"$as_me:${as_lineno-$LINENO}: checking for library containing RegOpenKeyExA"
>&
5
{
$
as_echo
"$as_me:${as_lineno-$LINENO}: checking for library containing RegOpenKeyExA"
>&
5
$
as_echo_n
"checking for library containing RegOpenKeyExA... "
>&
6
;
}
$
as_echo_n
"checking for library containing RegOpenKeyExA... "
>&
6
;
}
...
@@ -18344,7 +18385,7 @@ else
...
@@ -18344,7 +18385,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
cat > conftest.$ac_ext <<_LT_EOF
#line 183
47
"
configure
"
#line 183
88
"
configure
"
#include "
confdefs
.
h
"
#include "
confdefs
.
h
"
#if HAVE_DLFCN_H
#if HAVE_DLFCN_H
...
@@ -18450,7 +18491,7 @@ else
...
@@ -18450,7 +18491,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
cat > conftest.$ac_ext <<_LT_EOF
#line 184
53
"
configure
"
#line 184
94
"
configure
"
#include "
confdefs
.
h
"
#include "
confdefs
.
h
"
#if HAVE_DLFCN_H
#if HAVE_DLFCN_H
...
@@ -23156,7 +23197,7 @@ else
...
@@ -23156,7 +23197,7 @@ else
test
$
ac_status
=
0
;
};
}
test
$
ac_status
=
0
;
};
}
then
then
case
$
target_os
in
case
$
target_os
in
win32
|
pe
|
cygwin
*
|
mingw32
*
|
uwin
*
)
win32
|
pe
|
cygwin
*
|
mingw32
*)
#
Need
to
check
that
we
generated
the
correct
relocation
for
the
#
Need
to
check
that
we
generated
the
correct
relocation
for
the
#
.
debug_frame
section
.
This
was
fixed
for
binutils
2.21
.
#
.
debug_frame
section
.
This
was
fixed
for
binutils
2.21
.
gcc_cv_as_cfi_sections_directive
=
no
gcc_cv_as_cfi_sections_directive
=
no
...
...
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