mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
re PR libstdc++/29920 (include/Makefile.am still uses CCODECVT_H)
2006-11-22 Antony King <anthony.king@st.com> J"orn Rennecke <joern.rennecke@st.com> PR libstdc++/29920 * include/Makefile.am (stamp-host): Remove CCODECVT_H line. * include/Makefile.in: Regenerate. Co-Authored-By: J"orn Rennecke <joern.rennecke@st.com> From-SVN: r119134
This commit is contained in:
committed by
Joern Rennecke
parent
9f4b7dfd41
commit
18869da682
@@ -1,3 +1,10 @@
|
||||
2006-11-22 Antony King <anthony.king@st.com>
|
||||
J"orn Rennecke <joern.rennecke@st.com>
|
||||
|
||||
PR libstdc++/29920
|
||||
* include/Makefile.am (stamp-host): Remove CCODECVT_H line.
|
||||
* include/Makefile.in: Regenerate.
|
||||
|
||||
2006-11-21 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* include/ext/hashtable.h: -Wshadow fixes.
|
||||
|
||||
@@ -962,8 +962,7 @@ stamp-host: ${host_headers} ${host_headers_noinst} stamp-${host_alias}
|
||||
$(LN_S) ${glibcxx_srcdir}/$(CLOCALE_INTERNAL_H) . || true ;\
|
||||
$(LN_S) ${glibcxx_srcdir}/$(COMPATIBILITY_H) . || true ;\
|
||||
$(LN_S) ${glibcxx_srcdir}/$(CMESSAGES_H) messages_members.h || true ;\
|
||||
$(LN_S) ${glibcxx_srcdir}/$(CTIME_H) time_members.h || true ;\
|
||||
$(LN_S) ${glibcxx_srcdir}/$(CCODECVT_H) codecvt_specializations.h || true);\
|
||||
$(LN_S) ${glibcxx_srcdir}/$(CTIME_H) time_members.h || true);\
|
||||
fi ;\
|
||||
$(STAMP) stamp-host
|
||||
|
||||
|
||||
@@ -1345,8 +1345,7 @@ stamp-host: ${host_headers} ${host_headers_noinst} stamp-${host_alias}
|
||||
$(LN_S) ${glibcxx_srcdir}/$(CLOCALE_INTERNAL_H) . || true ;\
|
||||
$(LN_S) ${glibcxx_srcdir}/$(COMPATIBILITY_H) . || true ;\
|
||||
$(LN_S) ${glibcxx_srcdir}/$(CMESSAGES_H) messages_members.h || true ;\
|
||||
$(LN_S) ${glibcxx_srcdir}/$(CTIME_H) time_members.h || true ;\
|
||||
$(LN_S) ${glibcxx_srcdir}/$(CCODECVT_H) codecvt_specializations.h || true);\
|
||||
$(LN_S) ${glibcxx_srcdir}/$(CTIME_H) time_members.h || true);\
|
||||
fi ;\
|
||||
$(STAMP) stamp-host
|
||||
|
||||
|
||||
Reference in New Issue
Block a user