gcc: update to 4.6.3. Build multilib pkgs on x86_64.

This commit is contained in:
Juan RP
2012-03-02 00:25:23 +01:00
parent 292660440f
commit 211c84746b
37 changed files with 239 additions and 28 deletions

View File

@@ -0,0 +1,16 @@
# Template file for 'libgomp32'.
#
short_desc="GCC OpenMP v3.0 shared support library (32bit)"
long_desc="${long_desc}
This package contains the 32bit GCC shared support library which is needed
for OpenMP v3.0 support."
noverifyrdeps=yes
Add_dependency run libgcc32
Add_dependency run glibc32
do_install() {
vmove "usr/lib32/libgomp.*" usr/lib32
}