ソースを参照

Always use --uclibc-use-build-dir

Eric Andersen 24 年 前
コミット
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