pmb/aportgen/gcc.py: add LANG_D=false (!1849)

Alpine's APKBUILD for gcc supports a new language that we don't need, so
disable it just like the irrelevant ones.

Related: https://gitlab.com/postmarketOS/pmaports/merge_requests/839
This commit is contained in:
Oliver Smith 2019-12-30 11:46:31 +01:00
parent d145f88276
commit 5076069209
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
2 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@ def generate(args, pkgname):
below_header = "CTARGET_ARCH=" + arch + """
CTARGET="$(arch_to_hostspec ${CTARGET_ARCH})"
LANG_D=false
LANG_OBJC=false
LANG_JAVA=false
LANG_GO=false

View File

@ -4,6 +4,7 @@
CTARGET_ARCH=armhf
CTARGET="$(arch_to_hostspec ${CTARGET_ARCH})"
LANG_D=false
LANG_OBJC=false
LANG_JAVA=false
LANG_GO=false