diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-07 22:02:05 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-07 22:02:05 +0000 |
commit | 10ecb394d4ca996aa9fcddda967f9a2b3bd8a36e (patch) | |
tree | 9dc83800d0b30935e04ec9dc5fad1d22cf90491d /extra/gcc-uClibc | |
parent | 86211d8b2b1c779f91d329b3c0dc9bb9cc7e5856 (diff) |
Use the symbolic name, don't hard code.
Diffstat (limited to 'extra/gcc-uClibc')
-rw-r--r-- | extra/gcc-uClibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gcc-uClibc/Makefile b/extra/gcc-uClibc/Makefile index d28ab8cc9..efae00136 100644 --- a/extra/gcc-uClibc/Makefile +++ b/extra/gcc-uClibc/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)Rules.mak # NOTE: This may need to be modified for your system ifeq ($(LDSO_PRESENT), $(TARGET_ARCH)) - DYNAMIC_LINKER = $(INSTALL_DIR)/lib/ld-linux-uclibc.so.$(MAJOR_VERSION) + DYNAMIC_LINKER = $(INSTALL_DIR)/lib/$(UCLIBC_LDSO) else DYNAMIC_LINKER=$(SYSTEM_LDSO) endif |