aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/po
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2004-07-02 23:40:19 +0000
committerPaul Brook <pbrook@gcc.gnu.org>2004-07-02 23:40:19 +0000
commit1568430fae5e11fe4496dcc194c9771f6e088bf1 (patch)
tree4ee3482f74ebfac6d6e99562f108ef088befc592 /libstdc++-v3/po
parent954a465fb252e5ae6de7ed2347f349ae00ee0510 (diff)
downloadgcc-1568430fae5e11fe4496dcc194c9771f6e088bf1.zip
gcc-1568430fae5e11fe4496dcc194c9771f6e088bf1.tar.gz
gcc-1568430fae5e11fe4496dcc194c9771f6e088bf1.tar.bz2
configure.ac: Set ABI_TWEAKS_SRCDIR.
* configure.ac: Set ABI_TWEAKS_SRCDIR. * configure.host: Set abi_tweaks_dir. Check for atomicity.h when setting atomicity_dir. Override type_cpu for arm based targets. * include/Makefile.am (host_headers): Add cxxabi_tweaks.h. * libsupc++/cxxabi.h: Include bits/cxxabi.h. Don't declare __guard. * libsupc++/guard.cc: Use definitions from cxxabi_tweaks.h. * libsupc++/vec.cc: Ditto. * config/cpu/arm/cxxabi_tweaks.h: New file. * config/cpu/generic/cxxabi_tweaks.h: New file. * */Makefile.in: Regenerate. * configure: Regenerate. From-SVN: r84032
Diffstat (limited to 'libstdc++-v3/po')
-rw-r--r--libstdc++-v3/po/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/po/Makefile.in b/libstdc++-v3/po/Makefile.in
index c08f321..23bdade 100644
--- a/libstdc++-v3/po/Makefile.in
+++ b/libstdc++-v3/po/Makefile.in
@@ -54,6 +54,7 @@ am__depfiles_maybe =
SOURCES =
DIST_SOURCES =
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
ACLOCAL = @ACLOCAL@
ALLOCATOR_H = @ALLOCATOR_H@
ALLOCATOR_NAME = @ALLOCATOR_NAME@