Skip to content

Commit

Permalink
Merge pull request #12288 from neheb/tasn
Browse files Browse the repository at this point in the history
libtasn1: fix host build under old GCC
  • Loading branch information
nmav authored May 25, 2020
2 parents 9eebabb + 6d10082 commit 5506dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/libtasn1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5506dec

Please sign in to comment.