소스 검색

Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=true

Eric Andersen 23 년 전
부모
커밋
0870301b93
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      test/Rules.mak

+ 2 - 1
test/Rules.mak

@@ -47,6 +47,7 @@ endif
 ifneq ($(DODYNAMIC),true)
     LDFLAGS +=--static
 endif
+ifeq ($(strip $(BUILD_UCLIBC_LDSO)),true)
 CFLAGS+=--uclibc-use-build-dir
 LDFLAGS+=--uclibc-use-build-dir
-
+endif