gcc-multilib: update to 4.5.0, fully working now.

This commit is contained in:
Juan RP
2010-05-15 19:42:26 +02:00
parent 84df8f8e45
commit aaf4e43b41
22 changed files with 248 additions and 23 deletions

View File

@@ -0,0 +1,22 @@
# Template file for 'gcc-objc-multilib'.
#
short_desc="The GNU Objective-C compiler (multilib files)"
long_desc="
This is the GNU Objective-C compiler, which compiles Objective-C on
platforms supported by the GCC compiler.
On architectures with multilib support, the package contains files and
dependencies for the non-default multilib architecture(s)."
Add_dependency run gcc ">=${version}"
Add_dependency run gcc-multilib ">=${version}"
Add_dependency run gcc-objc ">=${version}"
Add_dependency run libobjc32 ">=${version}"
do_install()
{
local libmddir="/usr/lib/gcc/x86_64-unknown-linux-gnu/${version}"
mkdir -p ${DESTDIR}/${libmddir}/32
mv ${SRCPKGDESTDIR}/${libmddir}/32/libobjc*.a ${DESTDIR}/${libmddir}/32
}