mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 03:00:57 +02:00
autofdo: test new branch, https://github.com/google/autofdo/issues/55
This commit is contained in:
parent
dc36aa449d
commit
95b3f699a6
1 changed files with 7 additions and 2 deletions
|
|
@ -3,13 +3,13 @@
|
|||
|
||||
EAPI=6
|
||||
|
||||
inherit git-r3
|
||||
inherit git-r3 autotools
|
||||
|
||||
DESCRIPTION="System to simplify real-world deployment of feedback-directed optimization"
|
||||
HOMEPAGE="https://gcc.gnu.org/wiki/AutoFDO"
|
||||
EGIT_REPO_URI="https://github.com/kim-phillips-arm/autofdo.git"
|
||||
#EGIT_COMMIT=""
|
||||
EGIT_BRANCH="fixissue55"
|
||||
EGIT_BRANCH="fixissue55try3"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
|
@ -21,6 +21,11 @@ DEPEND=">=sys-devel/llvm-5.0.1:*
|
|||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare(){
|
||||
eautoreconf
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_configure(){
|
||||
econf --with-llvm
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue