diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-26 16:29:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-26 16:29:45 +0000 |
commit | 211085d8b0959aa2d74fda661693dd7fd2643e2b (patch) | |
tree | e61fb54824736019496a6652f5c68fc0e340f1ba /extra | |
parent | 675a560f87fe59411a01a68a84706ff2edccddce (diff) |
Don't hard-code the major number
Diffstat (limited to 'extra')
-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 67a00a36a..d4bd587b8 100644 --- a/extra/gcc-uClibc/Makefile +++ b/extra/gcc-uClibc/Makefile @@ -2,7 +2,7 @@ TOPDIR = ../../ include $(TOPDIR)Rules.mak # NOTE: This may need to be modified for your system -DYNAMIC_LINKER = /usr/$(TARGET_ARCH)-linux-uclibc/lib/ld-linux-uclibc.so.0 +DYNAMIC_LINKER = /usr/$(TARGET_ARCH)-linux-uclibc/lib/ld-linux-uclibc.so.$(MAJOR_VERSION) UCLIBC_DIR = $(shell (cd ../.. ; /bin/pwd)) GCC_BIN = $(CC) |