mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #12288 from neheb/tasn
libtasn1: fix host build under old GCC
This commit is contained in:
@@ -39,6 +39,7 @@ define Package/libtasn1/description
|
|||||||
Distinguish Encoding Rules (DER) manipulation.
|
Distinguish Encoding Rules (DER) manipulation.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
HOST_CFLAGS += -std=gnu99
|
||||||
TARGET_CFLAGS += -ffunction-sections -fdata-sections
|
TARGET_CFLAGS += -ffunction-sections -fdata-sections
|
||||||
TARGET_LDFLAGS += -Wl,--gc-sections
|
TARGET_LDFLAGS += -Wl,--gc-sections
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user