Browse Source

Always use --uclibc-use-build-dir

Eric Andersen 22 năm trước cách đây
mục cha
commit
204be1a724
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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