gcc: update to 4.6.1, now with fortran and go support.
This commit is contained in:
parent
e2ff5ad406
commit
fd00796c9c
29 changed files with 256 additions and 62 deletions
|
@ -6,13 +6,9 @@ long_desc="${long_desc}
|
|||
This package contains GCC mudflap headers and static libraries for
|
||||
building mudflap-instrumented programs."
|
||||
|
||||
replaces="gcc-libmudflap-devel>=0"
|
||||
|
||||
Add_dependency run libmudflap ">=$version"
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/libmudflap*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/libmudflap*.so ${DESTDIR}/usr/lib
|
||||
vmove "usr/lib/libmudflap*.a" usr/lib
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue