Browse Source
Merge pull request #7922 from daniel-santos/classpath
classpath: Fix breakage caused by -Werror=implicit-fallthrough
lilik-openwrt-22.03
Hannu Nyman
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
libs/classpath/Makefile
|
|
@ -50,6 +50,7 @@ define Download/antlr |
|
|
|
endef |
|
|
|
$(eval $(call Download,antlr)) |
|
|
|
|
|
|
|
EXTRA_CFLAGS += -Wno-error=implicit-fallthrough |
|
|
|
CONFIGURE_ARGS += \
|
|
|
|
--with-gmp="$(STAGING_DIR)/usr" \
|
|
|
|
--without-x \
|
|
|
|