소스 검색

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

Mike Frysinger 18 년 전
부모
커밋
b4eef71704
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      utils/Makefile

+ 1 - 1
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