|
@@ -374,7 +374,7 @@ endif
|
|
|
|
|
|
ifeq ($(BR2_PREFER_STATIC_LIB),y)
|
|
ifeq ($(BR2_PREFER_STATIC_LIB),y)
|
|
SHARED_STATIC_LIBS_OPTS = --enable-static --disable-shared
|
|
SHARED_STATIC_LIBS_OPTS = --enable-static --disable-shared
|
|
-TARGET_LDFLAGS += --static
|
|
|
|
|
|
+TARGET_LDFLAGS += -static
|
|
else
|
|
else
|
|
SHARED_STATIC_LIBS_OPTS = --enable-static --enable-shared
|
|
SHARED_STATIC_LIBS_OPTS = --enable-static --enable-shared
|
|
endif
|
|
endif
|