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/Rules.mak | |
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/Rules.mak')
-rw-r--r-- | ldso/Rules.mak | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ldso/Rules.mak b/ldso/Rules.mak deleted file mode 100644 index b45e2df80..000000000 --- a/ldso/Rules.mak +++ /dev/null @@ -1,5 +0,0 @@ -include $(TOPDIR)Rules.mak - -# Do NOT use -fomit-frame-pointer -- It won't work! -CFLAGS += -DUCLIBC_ROOT_DIR=\"$(ROOT_DIR)\" -CC = $(TOPDIR)extra/gcc-uClibc/$(TARGET_ARCH)-uclibc-gcc |