Browse Source

make sure our utils link against the currently built libc rather than the toolchain one

Mike Frysinger 18 years ago
parent
commit
b4eef71704
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/Makefile

+ 1 - 1
utils/Makefile

@@ -19,7 +19,7 @@
 TOPDIR=../
 TOPDIR=../
 include $(TOPDIR)Rules.mak
 include $(TOPDIR)Rules.mak
 
 
-CFLAGS+=$(SSP_ALL_CFLAGS)
+CFLAGS += $(SSP_ALL_CFLAGS) -L$(TOPDIR)lib
 
 
 TARGETS = ldd ldconfig
 TARGETS = ldd ldconfig