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
f783a799
Commit
f783a799
authored
Sep 14, 2012
by
David Edelsohn
Committed by
David Edelsohn
Sep 14, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure: Regenerated.
From-SVN: r191330
parent
4a3b8aa3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
10 deletions
+16
-10
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/configure
+12
-10
No files found.
libstdc++-v3/ChangeLog
View file @
f783a799
2012-09-14 David Edelsohn <dje.gcc@gmail.com>
* configure: Regenerated.
2012-09-14 Jonathan Wakely <jwakely.gcc@gmail.com>
2012-09-14 Jonathan Wakely <jwakely.gcc@gmail.com>
H.J. Lu <hongjiu.lu@intel.com>
H.J. Lu <hongjiu.lu@intel.com>
...
...
libstdc++-v3/configure
View file @
f783a799
...
@@ -8535,6 +8535,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
...
@@ -8535,6 +8535,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
# AIX 5 now supports IA64 processor
# AIX 5 now supports IA64 processor
lt_prog_compiler_static
=
'-Bstatic'
lt_prog_compiler_static
=
'-Bstatic'
fi
fi
lt_prog_compiler_pic
=
'-fPIC'
;;
;;
amigaos
*
)
amigaos
*
)
...
@@ -11508,7 +11509,7 @@ else
...
@@ -11508,7 +11509,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 1151
1
"configure"
#line 1151
2
"configure"
#include "confdefs.h"
#include "confdefs.h"
#if HAVE_DLFCN_H
#if HAVE_DLFCN_H
...
@@ -11614,7 +11615,7 @@ else
...
@@ -11614,7 +11615,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 1161
7
"configure"
#line 1161
8
"configure"
#include "confdefs.h"
#include "confdefs.h"
#if HAVE_DLFCN_H
#if HAVE_DLFCN_H
...
@@ -13417,6 +13418,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
...
@@ -13417,6 +13418,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
# AIX 5 now supports IA64 processor
# AIX 5 now supports IA64 processor
lt_prog_compiler_static_CXX
=
'-Bstatic'
lt_prog_compiler_static_CXX
=
'-Bstatic'
fi
fi
lt_prog_compiler_pic_CXX
=
'-fPIC'
;;
;;
amigaos
*
)
amigaos
*
)
...
@@ -14995,7 +14997,7 @@ fi
...
@@ -14995,7 +14997,7 @@ fi
#
#
# Fake what AC_TRY_COMPILE does. XXX Look at redoing this new-style.
# Fake what AC_TRY_COMPILE does. XXX Look at redoing this new-style.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1
4998
"configure"
#line 1
5000
"configure"
struct S { ~S(); };
struct S { ~S(); };
void bar();
void bar();
void foo()
void foo()
...
@@ -15330,7 +15332,7 @@ $as_echo "$glibcxx_cv_atomic_long_long" >&6; }
...
@@ -15330,7 +15332,7 @@ $as_echo "$glibcxx_cv_atomic_long_long" >&6; }
# Fake what AC_TRY_COMPILE does.
# Fake what AC_TRY_COMPILE does.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1533
3
"configure"
#line 1533
5
"configure"
int main()
int main()
{
{
typedef bool atomic_type;
typedef bool atomic_type;
...
@@ -15365,7 +15367,7 @@ $as_echo "$glibcxx_cv_atomic_bool" >&6; }
...
@@ -15365,7 +15367,7 @@ $as_echo "$glibcxx_cv_atomic_bool" >&6; }
rm
-f
conftest
*
rm
-f
conftest
*
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 153
68
"configure"
#line 153
70
"configure"
int main()
int main()
{
{
typedef short atomic_type;
typedef short atomic_type;
...
@@ -15400,7 +15402,7 @@ $as_echo "$glibcxx_cv_atomic_short" >&6; }
...
@@ -15400,7 +15402,7 @@ $as_echo "$glibcxx_cv_atomic_short" >&6; }
rm
-f
conftest
*
rm
-f
conftest
*
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1540
3
"configure"
#line 1540
5
"configure"
int main()
int main()
{
{
// NB: _Atomic_word not necessarily int.
// NB: _Atomic_word not necessarily int.
...
@@ -15436,7 +15438,7 @@ $as_echo "$glibcxx_cv_atomic_int" >&6; }
...
@@ -15436,7 +15438,7 @@ $as_echo "$glibcxx_cv_atomic_int" >&6; }
rm
-f
conftest
*
rm
-f
conftest
*
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 154
39
"configure"
#line 154
41
"configure"
int main()
int main()
{
{
typedef long long atomic_type;
typedef long long atomic_type;
...
@@ -15515,7 +15517,7 @@ $as_echo "$as_me: WARNING: Performance of certain classes will degrade as a resu
...
@@ -15515,7 +15517,7 @@ $as_echo "$as_me: WARNING: Performance of certain classes will degrade as a resu
# unnecessary for this test.
# unnecessary for this test.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 155
18
"configure"
#line 155
20
"configure"
int main()
int main()
{
{
_Decimal32 d1;
_Decimal32 d1;
...
@@ -15557,7 +15559,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
...
@@ -15557,7 +15559,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
# unnecessary for this test.
# unnecessary for this test.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1556
0
"configure"
#line 1556
2
"configure"
template<typename T1, typename T2>
template<typename T1, typename T2>
struct same
struct same
{ typedef T2 type; };
{ typedef T2 type; };
...
@@ -15591,7 +15593,7 @@ $as_echo "$enable_int128" >&6; }
...
@@ -15591,7 +15593,7 @@ $as_echo "$enable_int128" >&6; }
rm
-f
conftest
*
rm
-f
conftest
*
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 1559
4
"configure"
#line 1559
6
"configure"
template<typename T1, typename T2>
template<typename T1, typename T2>
struct same
struct same
{ typedef T2 type; };
{ typedef T2 type; };
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