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
eeb71f0c
Commit
eeb71f0c
authored
May 19, 2013
by
Paolo Carlini
Committed by
Paolo Carlini
May 19, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2013-05-19 Paolo Carlini <paolo.carlini@oracle.com>
* Revert last commit. From-SVN: r199081
parent
da734fa1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
24 deletions
+18
-24
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/include/Makefile.am
+7
-12
libstdc++-v3/include/Makefile.in
+7
-12
No files found.
libstdc++-v3/ChangeLog
View file @
eeb71f0c
2013-05-19 Paolo Carlini <paolo.carlini@oracle.com>
* Revert last commit.
2013-05-19 Matthias Klose <doko@ubuntu.com>
* include/Makefile.am (bits_headers): Remove ${bits_host_headers}.
...
...
libstdc++-v3/include/Makefile.am
View file @
eeb71f0c
...
...
@@ -172,7 +172,8 @@ bits_headers = \
${
bits_srcdir
}
/valarray_array.tcc
\
${
bits_srcdir
}
/valarray_before.h
\
${
bits_srcdir
}
/valarray_after.h
\
${
bits_srcdir
}
/vector.tcc
${
bits_srcdir
}
/vector.tcc
\
${
bits_host_headers
}
bits_host_headers
=
\
${
glibcxx_srcdir
}
/
${
CPU_OPT_BITS_RANDOM
}
...
...
@@ -535,7 +536,8 @@ ext_headers = \
${
ext_srcdir
}
/vstring.tcc
\
${
ext_srcdir
}
/vstring_fwd.h
\
${
ext_srcdir
}
/vstring_util.h
\
${
ext_compat_headers
}
${
ext_compat_headers
}
\
${
ext_host_headers
}
ext_compat_headers
=
\
${
backward_srcdir
}
/hash_set
\
...
...
@@ -1048,14 +1050,13 @@ stamp-profile-impl: ${profile_impl_headers}
stamp-${host_alias}
:
@
-mkdir
-p
${
host_builddir
}
@
-mkdir
-p
${
host_builddir
}
/../ext
@
$(STAMP)
stamp-
${
host_alias
}
# Host includes static.
# XXX Missing dependency info for {host_headers_extra}
stamp-host
:
${host_headers} ${
bits_host_headers} ${ext_host_headers} ${
host_headers_noinst} stamp-${host_alias}
stamp-host
:
${host_headers} ${host_headers_noinst} stamp-${host_alias}
@
cd
${
host_builddir
}
&&
{
\
$(LN_S)
${
host_headers
}
${
bits_host_headers
}
.
||
true
;
\
$(LN_S)
${
host_headers
}
.
||
true
;
\
$(LN_S)
${
glibcxx_srcdir
}
/
$(BASIC_FILE_H)
basic_file.h
||
true
;
\
$(LN_S)
${
glibcxx_srcdir
}
/
$(ALLOCATOR_H)
c++allocator.h
||
true
;
\
$(LN_S)
${
glibcxx_srcdir
}
/
$(CSTDIO_H)
c++io.h
||
true
;
\
...
...
@@ -1065,9 +1066,6 @@ stamp-host: ${host_headers} ${bits_host_headers} ${ext_host_headers} ${host_head
$(LN_S)
${
glibcxx_srcdir
}
/
$(CMESSAGES_H)
messages_members.h
||
true
;
\
$(LN_S)
${
glibcxx_srcdir
}
/
$(CTIME_H)
time_members.h
||
true
;
\
}
2>/dev/null
@
cd
${
host_builddir
}
/../ext
&&
{
\
$(LN_S)
${
ext_host_headers
}
.
||
true
;
\
}
2>/dev/null
$(STAMP)
stamp-host
# Host includes dynamic.
...
...
@@ -1294,12 +1292,9 @@ install-headers:
for
file
in
${
profile_impl_headers
}
;
do
\
$(INSTALL_DATA)
$$
{
file
}
$(DESTDIR)
${
gxx_include_dir
}
/
${
profile_impl_builddir
}
;
done
$(mkinstalldirs)
$(DESTDIR)
${
host_installdir
}
for
file
in
${
host_headers
}
${
bits_host_headers
}
${
host_headers_extra
}
\
for
file
in
${
host_headers
}
${
host_headers_extra
}
\
${
thread_host_headers
}
;
do
\
$(INSTALL_DATA)
$$
{
file
}
$(DESTDIR)
${
host_installdir
}
;
done
$(mkinstalldirs)
$(DESTDIR)
${
host_installdir
}
/../ext
for
file
in
${
ext_host_headers
}
;
do
\
$(INSTALL_DATA)
$$
{
file
}
$(DESTDIR)
${
host_installdir
}
/../ext
;
done
# By adding these files here, automake will remove them for 'make clean'
CLEANFILES
=
${
pch_output
}
${
pch_output_anchors
}
stamp-host
...
...
libstdc++-v3/include/Makefile.in
View file @
eeb71f0c
...
...
@@ -434,7 +434,8 @@ bits_headers = \
${
bits_srcdir
}
/valarray_array.tcc
\
${
bits_srcdir
}
/valarray_before.h
\
${
bits_srcdir
}
/valarray_after.h
\
${
bits_srcdir
}
/vector.tcc
${
bits_srcdir
}
/vector.tcc
\
${
bits_host_headers
}
bits_host_headers
=
\
${
glibcxx_srcdir
}
/
${
CPU_OPT_BITS_RANDOM
}
...
...
@@ -795,7 +796,8 @@ ext_headers = \
${
ext_srcdir
}
/vstring.tcc
\
${
ext_srcdir
}
/vstring_fwd.h
\
${
ext_srcdir
}
/vstring_util.h
\
${
ext_compat_headers
}
${
ext_compat_headers
}
\
${
ext_host_headers
}
ext_compat_headers
=
\
${
backward_srcdir
}
/hash_set
\
...
...
@@ -1461,14 +1463,13 @@ stamp-profile-impl: ${profile_impl_headers}
stamp-${host_alias}
:
@
-mkdir
-p
${
host_builddir
}
@
-mkdir
-p
${
host_builddir
}
/../ext
@
$(STAMP)
stamp-
${
host_alias
}
# Host includes static.
# XXX Missing dependency info for {host_headers_extra}
stamp-host
:
${host_headers} ${
bits_host_headers} ${ext_host_headers} ${
host_headers_noinst} stamp-${host_alias}
stamp-host
:
${host_headers} ${host_headers_noinst} stamp-${host_alias}
@
cd
${
host_builddir
}
&&
{
\
$(LN_S)
${
host_headers
}
${
bits_host_headers
}
.
||
true
;
\
$(LN_S)
${
host_headers
}
.
||
true
;
\
$(LN_S)
${
glibcxx_srcdir
}
/
$(BASIC_FILE_H)
basic_file.h
||
true
;
\
$(LN_S)
${
glibcxx_srcdir
}
/
$(ALLOCATOR_H)
c++allocator.h
||
true
;
\
$(LN_S)
${
glibcxx_srcdir
}
/
$(CSTDIO_H)
c++io.h
||
true
;
\
...
...
@@ -1478,9 +1479,6 @@ stamp-host: ${host_headers} ${bits_host_headers} ${ext_host_headers} ${host_head
$(LN_S)
${
glibcxx_srcdir
}
/
$(CMESSAGES_H)
messages_members.h
||
true
;
\
$(LN_S)
${
glibcxx_srcdir
}
/
$(CTIME_H)
time_members.h
||
true
;
\
}
2>/dev/null
@
cd
${
host_builddir
}
/../ext
&&
{
\
$(LN_S)
${
ext_host_headers
}
.
||
true
;
\
}
2>/dev/null
$(STAMP)
stamp-host
# Host includes dynamic.
...
...
@@ -1692,12 +1690,9 @@ install-headers:
for
file
in
${
profile_impl_headers
}
;
do
\
$(INSTALL_DATA)
$$
{
file
}
$(DESTDIR)
${
gxx_include_dir
}
/
${
profile_impl_builddir
}
;
done
$(mkinstalldirs)
$(DESTDIR)
${
host_installdir
}
for
file
in
${
host_headers
}
${
bits_host_headers
}
${
host_headers_extra
}
\
for
file
in
${
host_headers
}
${
host_headers_extra
}
\
${
thread_host_headers
}
;
do
\
$(INSTALL_DATA)
$$
{
file
}
$(DESTDIR)
${
host_installdir
}
;
done
$(mkinstalldirs)
$(DESTDIR)
${
host_installdir
}
/../ext
for
file
in
${
ext_host_headers
}
;
do
\
$(INSTALL_DATA)
$$
{
file
}
$(DESTDIR)
${
host_installdir
}
/../ext
;
done
# To remove directories.
clean-local
:
...
...
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