diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-05 05:56:27 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-05 05:56:27 +0000 |
commit | ee1c13e232bc2a2a2758eec133be9c168d3fff7d (patch) | |
tree | 864075928aa21282515465fb5a3a88874a137176 /Rules.mak | |
parent | 9721bee58d9cbd447ed941bd24b0ee5a176410b5 (diff) |
Standardize LIBGCC_DIR
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ UCLIBC_LDSO:=ld-uClibc.so.$(MAJOR_VERSION) LIBNAME:=libc.a LIBC:=$(TOPDIR)libc/$(LIBNAME) LIBGCC:=$(shell $(CC) $(LIBGCC_CFLAGS) -print-libgcc-file-name) +LIBGCC_DIR:=$(dir $(LIBGCC)) # Pull in the user's uClibc configuration ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) |