From b4eef7170448265b5391db5f953073d58cdbfa74 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 24 Sep 2005 23:57:33 +0000 Subject: make sure our utils link against the currently built libc rather than the toolchain one --- utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/Makefile b/utils/Makefile index d13ab2e23..5478c4352 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -19,7 +19,7 @@ TOPDIR=../ include $(TOPDIR)Rules.mak -CFLAGS+=$(SSP_ALL_CFLAGS) +CFLAGS += $(SSP_ALL_CFLAGS) -L$(TOPDIR)lib TARGETS = ldd ldconfig -- cgit v1.2.3