Skip to content

Commit

Permalink
dev-util/uftrace: fix calling of gcc directly
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <[email protected]>
  • Loading branch information
amadio committed May 31, 2021
1 parent a643be8 commit 535721e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-util/uftrace/uftrace-0.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=7

LUA_COMPAT=( luajit )

inherit bash-completion-r1 lua-single
inherit bash-completion-r1 lua-single toolchain-funcs

DESCRIPTION="Function (graph) tracer for user-space"
HOMEPAGE="https://github.com/namhyung/uftrace"
Expand Down Expand Up @@ -48,7 +48,7 @@ src_configure() {
--without-libluajit
)
fi
econf "${myconf[@]}"
CC=$(tc-getCC) LD=$(tc-getLD) econf "${myconf[@]}"
}

src_compile() {
Expand Down

0 comments on commit 535721e

Please sign in to comment.