Kernel/IPStack - (minor) TODO retransmit timer
[tpg/acess2.git] / Usermode / Libraries / libc++.so_src / Makefile
index ef0372d..7253837 100644 (file)
@@ -16,6 +16,10 @@ OBJ  = misc.o new.o guard.o cxxabi.o typeinfo.o
 OBJ += string.o mutex.o\r
 OBJ += exceptions.o exception_handling.o system_error.o\r
 OBJ += gxx_personality.o\r
+ifeq ($(ARCHDIR),native)\r
+# - Include libgcc_eh (separate in linux), and the linux libc (space avoids hack in Makefile.tpl)\r
+LIBS += -lgcc_eh -l c\r
+endif\r
 DEPFILES := $(OBJ:%.o=%.d)\r
 BIN = libc++.so\r
 ifeq ($(ARCHDIR),native)\r

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