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,16 @@
# Template file for 'libstdc++32'.
#
short_desc="GCC Standard C++ Library (32bit)"
long_desc="${long_desc}
This package contains a rewritten standard compliant GCC Standard
C++ library 32bit for x86_64 systems."
Add_dependency run libgcc32
Add_dependency run glibc32
do_install()
{
mkdir -p ${DESTDIR}/usr/lib32
mv ${SRCPKGDESTDIR}/usr/lib32/libstdc++.so* ${DESTDIR}/usr/lib32
}