mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 13:15:12 +02:00
13 lines
278 B
Text
13 lines
278 B
Text
# 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."
|
|
|
|
noverifyrdeps=yes
|
|
|
|
do_install()
|
|
{
|
|
vmove "usr/lib32/libgcc_s.so*" usr/lib32
|
|
}
|