diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-26 17:31:47 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-26 17:31:47 +0000 |
commit | 9ddd9870a8be521ba9153efad60715149a320f65 (patch) | |
tree | 6014258b1ec2071b91d9dbc92e7d82016320e1e0 /Rules.mak | |
parent | 9d36ab8993de4cb950f05d038ae645fc8963d5c9 (diff) |
Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch breaks compatibility with existing binaries, unless the new COMPAT_ATEXIT option is enabled.
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ export MAJOR_VERSION MINOR_VERSION SUBLEVEL VERSION LC_ALL SHARED_FULLNAME:=libuClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so SHARED_MAJORNAME:=libc.so.$(MAJOR_VERSION) UCLIBC_LDSO:=ld-uClibc.so.$(MAJOR_VERSION) +NONSHARED_LIBNAME:=uclibc_nonshared.a LIBNAME:=libc.a LIBC:=$(TOPDIR)libc/$(LIBNAME) |