This commit is contained in:
blshkv 2018-02-02 13:21:21 +08:00
parent dc36aa449d
commit 95b3f699a6
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -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
}