forked from Mirror/pmbootstrap
pmb.aportgen.linux: remove HOSTCC for latest GCC (!1880)
Setting HOSTCC is not necessary when using latest GCC (since it defaults to "gcc"). Setting it only causes annoying linter warnings. Let's remove it!
This commit is contained in:
parent
ec6d40dfcc
commit
21b4e04c77
1 changed files with 0 additions and 4 deletions
|
@ -50,10 +50,6 @@ def generate_apkbuild(args, pkgname, deviceinfo, patches):
|
|||
options="!strip !check !tracedeps"
|
||||
makedepends=\"""" + makedepends + """\"
|
||||
|
||||
# Compiler: latest GCC from Alpine
|
||||
HOSTCC="${CC:-gcc}"
|
||||
HOSTCC="${HOSTCC#${CROSS_COMPILE}}"
|
||||
|
||||
# Source
|
||||
_repository="(CHANGEME!)"
|
||||
_commit="ffffffffffffffffffffffffffffffffffffffff"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue