Usermode/libc++ - Exception handling implemented (partially)
[tpg/acess2.git] / Usermode / Libraries / libc++.so_src / Makefile
index 82eaf7c..e04b670 100644 (file)
@@ -15,6 +15,7 @@ USE_CXX_LINK := yes
 OBJ  = misc.o new.o guard.o cxxabi.o typeinfo.o\r
 OBJ += string.o\r
 OBJ += exceptions.o exception_handling.o system_error.o\r
+OBJ += gxx_personality.o\r
 DEPFILES := $(OBJ:%.o=%.d)\r
 BIN = libc++.so\r
 ifeq ($(ARCHDIR),native)\r

UCC git Repository :: git.ucc.asn.au