Skip to content

Commit

Permalink
sys-devel/multilib-gcc-wrapper: Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Aug 15, 2018
1 parent 3bc189a commit 80563f1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions sys-devel/multilib-gcc-wrapper/multilib-gcc-wrapper-0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ RDEPEND="sys-devel/gcc:="

S=${WORKDIR}

mkwrap() {
einfo " ${2}"

cat > "${T}"/wrapper <<-_EOF_
#!${EPREFIX}/bin/sh
exec ${1} $(get_abi_CFLAGS) "\${@}"
_EOF_

newbin "${T}"/wrapper "${2}"
}

src_install() {
local host_prefix=${CHOST}
# stolen from sys-devel/gcc-config
Expand Down

0 comments on commit 80563f1

Please sign in to comment.