diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-10-16 21:16:50 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-10-16 21:16:50 +0000 |
commit | 58445daa9894cd958640f0df32f9c453ee74faa8 (patch) | |
tree | 1c2d6a5cc14cef40614a3a29f8e987c0ae647884 /test/ldso/Makefile | |
parent | 92b151ebdaa942b15dd0bef176d8583848a66dad (diff) |
Remove -fuclibc-ctors
Diffstat (limited to 'test/ldso/Makefile')
-rw-r--r-- | test/ldso/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ldso/Makefile b/test/ldso/Makefile index 9a750e8a3..0b93c9c4c 100644 --- a/test/ldso/Makefile +++ b/test/ldso/Makefile @@ -19,7 +19,6 @@ TESTDIR=../ include $(TESTDIR)/Rules.mak -CFLAGS+=--uclibc-ctors all: dltest2 dltest libhowdy.so run all: dlttest dlttest2 dltest2 dltest libhowdy.so run |