gcc: update to 4.5.1.
This commit is contained in:
parent
9e895931f6
commit
2e010ae136
4 changed files with 3 additions and 10 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains GCC C++ support."
|
This package contains GCC C++ support."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
Add_dependency run cloog-ppl
|
Add_dependency run cloog-ppl
|
||||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains GCC Objective-C++ support."
|
This package contains GCC Objective-C++ support."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
Add_dependency run cloog-ppl
|
Add_dependency run cloog-ppl
|
||||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains GCC Objective-C support."
|
This package contains GCC Objective-C support."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
Add_dependency run cloog-ppl
|
Add_dependency run cloog-ppl
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Template build file for 'gcc'
|
# Template build file for 'gcc'
|
||||||
pkgname=gcc
|
pkgname=gcc
|
||||||
version=4.5.0
|
version=4.5.1
|
||||||
revision=1
|
|
||||||
distfiles="http://ftp.gnu.org/pub/gnu/gcc/gcc-$version/gcc-$version.tar.bz2"
|
distfiles="http://ftp.gnu.org/pub/gnu/gcc/gcc-$version/gcc-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-clocale=gnu --disable-bootstrap
|
configure_args="--enable-clocale=gnu --disable-bootstrap
|
||||||
|
@ -13,7 +12,7 @@ configure_args="--enable-clocale=gnu --disable-bootstrap
|
||||||
--enable-lto --with-libelf=${XBPS_MASTERDIR}/usr"
|
--enable-lto --with-libelf=${XBPS_MASTERDIR}/usr"
|
||||||
short_desc="The GNU C Compiler"
|
short_desc="The GNU C Compiler"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=8293e9efa68a8ec0fdd0dae9c9bd128a8e742566acd9c8fbcfe79d98ed3756c8
|
checksum=45fa81face89203ccbf3ec73f7a372769d855f3ba7446f50125b613d9c163e2c
|
||||||
long_desc="
|
long_desc="
|
||||||
The GNU C Compiler, with support for building C code.
|
The GNU C Compiler, with support for building C code.
|
||||||
|
|
||||||
|
@ -54,7 +53,7 @@ pre_configure()
|
||||||
pre_install()
|
pre_install()
|
||||||
{
|
{
|
||||||
if [ "$xbps_machine" = "x86_64" ]; then
|
if [ "$xbps_machine" = "x86_64" ]; then
|
||||||
mkdir -vp ${SRCPKGDESTDIR}/usr/lib
|
mkdir -p ${SRCPKGDESTDIR}/usr/lib
|
||||||
cd ${SRCPKGDESTDIR}/usr && ln -sv lib lib64 && cd ${wrksrc}
|
cd ${SRCPKGDESTDIR}/usr && ln -sv lib lib64 && cd ${wrksrc}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue