소스 검색

Always use --uclibc-use-build-dir

Eric Andersen 22 년 전
부모
커밋
204be1a724
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      test/Rules.mak

+ 0 - 4
test/Rules.mak

@@ -48,9 +48,5 @@ endif
 ifneq ($(DODYNAMIC),true)
     LDFLAGS +=--static
 endif
-ifeq ($(strip $(HAVE_SHARED)),true)
-ifeq ($(strip $(BUILD_UCLIBC_LDSO)),true)
 CFLAGS+=--uclibc-use-build-dir
 LDFLAGS+=--uclibc-use-build-dir
-endif
-endif