diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-08 15:47:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-08 15:47:22 +0000 |
commit | 183799fd6eb753239dccb0ace66412ed9c19247a (patch) | |
tree | 20cce271543b2af792473cfb993cff80dad2fffa /test/ldso/Makefile | |
parent | ac3f49cb8024c62c4f48182371091e9a52a19273 (diff) |
Add a simple test for shared lib ctor/dtors
-Erik
Diffstat (limited to 'test/ldso/Makefile')
-rw-r--r-- | test/ldso/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ldso/Makefile b/test/ldso/Makefile index 0a3f010c3..57b4a1fa6 100644 --- a/test/ldso/Makefile +++ b/test/ldso/Makefile @@ -19,6 +19,7 @@ TESTDIR=../ include $(TESTDIR)/Rules.mak +CFLAGS+=--uclibc-ctors all: dltest libhowdy.so run dltest.o: dltest.c |