linux-htc-leo: remove cross-compiler from makedepends (MR 2272)
This commit is contained in:
parent
34492416a9
commit
be47aa66a7
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=linux-htc-leo
|
||||
pkgver=3.0.4
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="HTC HD2 kernel fork"
|
||||
arch="armv7"
|
||||
_carch="arm"
|
||||
|
@ -11,7 +11,7 @@ _flavor="htc-leo"
|
|||
url="https://kernel.org"
|
||||
license="GPL-2.0-only"
|
||||
options="!strip !check !tracedeps pmb:cross-native"
|
||||
makedepends="bash bc bison devicepkg-dev flex openssl-dev perl gcc4 gcc-armv7"
|
||||
makedepends="bash bc bison devicepkg-dev flex openssl-dev perl gcc4"
|
||||
|
||||
# Compiler: GCC4. Doesn't boot with newer versions of GCC
|
||||
if [ "${CC:0:5}" != "gcc4-" ]; then
|
||||
|
|
Loading…
Reference in a new issue