summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authoranonymous <local@localhost>2010-09-30 16:21:19 +0000
committeranonymous <local@localhost>2010-09-30 16:21:19 +0000
commit18482f17915bd417aa7a99a2050adbc355a4429c (patch)
treedeb143bcb16ca956fa3daf61a73a281a99beb0a6 /src/Makefile
parent71846ed960bffa879af2abf95956da6bb657eb6c (diff)
downloadlibcxxrt-18482f17915bd417aa7a99a2050adbc355a4429c.tar.gz
libcxxrt-18482f17915bd417aa7a99a2050adbc355a4429c.tar.bz2
libcxxrt-18482f17915bd417aa7a99a2050adbc355a4429c.tar.xz
Fix __cxa_demangle again.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 499a05c..f2ab4fc 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,5 +1,5 @@
OBJECTS = typeinfo.o exception.o dynamic_cast.o terminate.o guard.o \
- stdexcept.o memory.o aux.o
+ stdexcept.o memory.o aux.o libelftc_dem_gnu3.o libelftc_vstr.o
# Needed for building the shared library
CXXFLAGS = -fPIC