diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-14 21:37:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-14 21:37:48 +0000 |
commit | 862fef6971ef660a985c790e3643187e5ecb855d (patch) | |
tree | d70a00b981442842d4bd84bfd456a4f249fb2e5b /ldso/util/Makefile | |
parent | 311b479b519b33774b6bb75d5c4961f2e2498fc2 (diff) |
Yet more ldso cleanups. Be more discriminating about when using inlines
and when using real functions. Make things be more portable by
providing a default C routine to locate the got.
-Erik
Diffstat (limited to 'ldso/util/Makefile')
-rw-r--r-- | ldso/util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/util/Makefile b/ldso/util/Makefile index 725fc9b8e..f2486fdaa 100644 --- a/ldso/util/Makefile +++ b/ldso/util/Makefile @@ -1,7 +1,7 @@ TOPDIR=../../ include $(TOPDIR)Rules.mak -CFLAGS=-Wall -Os -I- -I. --uclibc-use-build-dir +CFLAGS=-Wall -Os -I. --uclibc-use-build-dir CC = $(TOPDIR)extra/gcc-uClibc/$(NATIVE_ARCH)-uclibc-gcc all: ldconfig ldd readelf |