diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-24 23:57:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-24 23:57:33 +0000 |
commit | b4eef7170448265b5391db5f953073d58cdbfa74 (patch) | |
tree | ff56737e61116f3b29e8fa79b4c406c173d74b39 /utils | |
parent | 4d41cd56e9e8a5797f8182046dad7c002faa52d9 (diff) |
make sure our utils link against the currently built libc rather than the toolchain one
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |