[gentoo-x86] / sys-devel / kgcc64 / kgcc64-4.3.1.ebuild Project Root:

GentooDiff of /sys-devel/kgcc64/kgcc64-4.3.1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph

version 1.1, Wed Jun 18 09:58:16 2008 UTC version 1.2, Thu Jun 19 02:38:58 2008 UTC
Line 32 
Line 32 
         !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
 }  }

Generate output suitable for use with a patch program
Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

www@gentoo.org

Powered by ViewCVS 1.0_pre20050929

ViewCVS and CVS Help