9 lines
197 B
Text
9 lines
197 B
Text
# Template file for 'libgomp32'.
|
|
#
|
|
depends="libgcc32 glibc32"
|
|
short_desc="GCC OpenMP v3.0 shared support library (32bit)"
|
|
noverifyrdeps=yes
|
|
|
|
do_install() {
|
|
vmove "usr/lib32/libgomp.*" usr/lib32
|
|
}
|