gcc-multilib: update to 4.5.0, fully working now.
This commit is contained in:
12
srcpkgs/gcc-multilib/libgcc32.template
Normal file
12
srcpkgs/gcc-multilib/libgcc32.template
Normal file
@@ -0,0 +1,12 @@
|
||||
# Template file for 'libgcc32'.
|
||||
#
|
||||
short_desc="GCC version ${version} shared library support (32bit)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the 32bit GCC shared library for x86_64 systems."
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib32
|
||||
mv ${SRCPKGDESTDIR}/usr/lib32/libgcc_s.so* ${DESTDIR}/usr/lib32
|
||||
}
|
||||
Reference in New Issue
Block a user