Merge pull request #7922 from daniel-santos/classpath
classpath: Fix breakage caused by -Werror=implicit-fallthrough
This commit is contained in:
commit
2b80a91ecb
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ define Download/antlr
|
||||||
endef
|
endef
|
||||||
$(eval $(call Download,antlr))
|
$(eval $(call Download,antlr))
|
||||||
|
|
||||||
|
EXTRA_CFLAGS += -Wno-error=implicit-fallthrough
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--with-gmp="$(STAGING_DIR)/usr" \
|
--with-gmp="$(STAGING_DIR)/usr" \
|
||||||
--without-x \
|
--without-x \
|
||||||
|
|
Loading…
Reference in a new issue