gcc: update to 4.3.3.
--HG-- extra : convert_revision : debf86fa8d7ff52272accac054abdccf3abb5e37
This commit is contained in:
parent
dd0eb440ce
commit
5d3209056c
|
@ -5,8 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains GCC C++ support."
|
This package contains GCC C++ support."
|
||||||
|
|
||||||
Add_dependency run gcc
|
Add_dependency run gcc ${version}
|
||||||
Add_dependency run gcc-libstdc++
|
Add_dependency run gcc-libstdc++ ${version}
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
|
|
@ -7,7 +7,7 @@ long_desc="${long_desc}
|
||||||
for mudflap support."
|
for mudflap support."
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run gcc-libgcc
|
Add_dependency run gcc-libgcc ${version}
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'gcc'
|
# Template build file for 'gcc'
|
||||||
pkgname=gcc
|
pkgname=gcc
|
||||||
sourcepkg=gcc
|
sourcepkg=gcc
|
||||||
version=4.3.2
|
version=4.3.3
|
||||||
patch_files="$pkgname-fix-amd64.diff"
|
patch_files="$pkgname-fix-amd64.diff"
|
||||||
distfiles="
|
distfiles="
|
||||||
http://ftp.gnu.org/pub/gnu/gcc/$pkgname-$version/$pkgname-$version.tar.bz2"
|
http://ftp.gnu.org/pub/gnu/gcc/$pkgname-$version/$pkgname-$version.tar.bz2"
|
||||||
|
@ -14,7 +14,7 @@ configure_args="--enable-clocale=gnu --disable-bootstrap
|
||||||
--disable-rpath --with-system-zlib --enable-shared"
|
--disable-rpath --with-system-zlib --enable-shared"
|
||||||
short_desc="The GNU C Compiler suite"
|
short_desc="The GNU C Compiler suite"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=bfbf487731ad5dca37efe480a837417de071bd67e685d5c1df6a290707575165
|
checksum=309f614a3c7fee88edc4928ff17185a19533949a1642ccf776e87d86303704de
|
||||||
long_desc="
|
long_desc="
|
||||||
The GNU C Compiler suite, with support for C, C++, Fortran, ObjC."
|
The GNU C Compiler suite, with support for C, C++, Fortran, ObjC."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user