Diff of /sys-devel/kgcc64/kgcc64-4.3.1.ebuild
Parent Directory
|
Revision Log
|
Revision Graph
| version 1.1, Wed Jun 18 09:58:16 2008 UTC | version 1.2, Thu Jun 19 02:38:58 2008 UTC | ||
|---|---|---|---|
|
|
||
| !sys-devel/gcc-powerpc64 | !sys-devel/gcc-powerpc64 | ||
| !sys-devel/gcc-sparc64" | !sys-devel/gcc-sparc64" | ||
| src_install() { | pkg_postinst() { | ||
| toolchain_src_install | cd "${ROOT}"/usr/bin | ||
| local x | local x | ||
| for x in gcc cpp ; do | for x in gcc cpp ; do | ||
| newbin "${FILESDIR}"/wrapper ${CTARGET%%-*}-linux-${x} | cat <<-EOF >${CTARGET%%-*}-linux-${x} | ||
| dosed "s:TARGET:${CTARGET}-${x}:" /usr/bin/${CTARGET%%-*}-linux-${x} | #!/bin/sh | ||
| exec ${CTARGET}-${x} "\$@" | |||
| EOF | |||
| chmod a+rx ${CTARGET%%-*}-linux-${x} | |||
| done | done | ||
| } | } |
|
||||||||
|
www@gentoo.org Powered by ViewCVS 1.0_pre20050929 |
ViewCVS and CVS Help |