gcc-multilib: update to 4.5.0, fully working now.
This commit is contained in:
15
srcpkgs/gcc-multilib/libmudflap32.template
Normal file
15
srcpkgs/gcc-multilib/libmudflap32.template
Normal file
@@ -0,0 +1,15 @@
|
||||
# Template file for 'libmudflap32'.
|
||||
#
|
||||
short_desc="GCC mudflap shared support libraries (32bit)"
|
||||
long_desc="
|
||||
The libmudflap libraries are used by GCC for instrumenting pointer
|
||||
and array dereferencing operations."
|
||||
|
||||
Add_dependency run gcc-multilib
|
||||
Add_dependency run glibc32
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib32
|
||||
mv ${SRCPKGDESTDIR}/usr/lib32/libmudflap*.so* ${DESTDIR}/usr/lib32
|
||||
}
|
||||
Reference in New Issue
Block a user