Merge pull request #12288 from neheb/tasn

libtasn1: fix host build under old GCC
This commit is contained in:
Nikos Mavrogiannopoulos
2020-05-25 08:13:04 +02:00
committed by GitHub
+1
View File
@@ -39,6 +39,7 @@ define Package/libtasn1/description
Distinguish Encoding Rules (DER) manipulation.
endef
HOST_CFLAGS += -std=gnu99
TARGET_CFLAGS += -ffunction-sections -fdata-sections
TARGET_LDFLAGS += -Wl,--gc-sections