2012-03-30 12:40:29 +02:00
|
|
|
# Template file for 'libitm'.
|
|
|
|
#
|
2012-05-23 20:58:45 +02:00
|
|
|
depends="libgcc32"
|
2012-03-30 12:40:29 +02:00
|
|
|
short_desc="GCC Transactional Memory support library (32bit)"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains GCC support for Transactional Memory, which is
|
|
|
|
used when C code is built with -fgnu-tm flag."
|
|
|
|
|
|
|
|
noverifyrdeps=yes
|
|
|
|
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib32/libitm*" usr/lib32
|
|
|
|
}
|