mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
make: use local-cc flag instead of manually setting CC
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
d022bc8c3a
commit
8eb0080e8c
@ -10,10 +10,7 @@ PKG_SITE="https://www.gnu.org/software/make/"
|
|||||||
PKG_URL="http://ftpmirror.gnu.org/make/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
PKG_URL="http://ftpmirror.gnu.org/make/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_HOST=""
|
PKG_DEPENDS_HOST=""
|
||||||
PKG_LONGDESC="Utility to maintain groups of programs."
|
PKG_LONGDESC="Utility to maintain groups of programs."
|
||||||
|
PKG_BUILD_FLAGS="+local-cc"
|
||||||
pre_configure_host() {
|
|
||||||
export CC=${LOCAL_CC}
|
|
||||||
}
|
|
||||||
|
|
||||||
post_makeinstall_host() {
|
post_makeinstall_host() {
|
||||||
ln -sf make ${TOOLCHAIN}/bin/gmake
|
ln -sf make ${TOOLCHAIN}/bin/gmake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user