# HG changeset patch # User Christophe Lincoln # Date 1240417308 -7200 # Node ID 1a75c11a137f08ce0ca9f93378c70b2959316db4 # Parent 45b0ddd9adf0524c7ae2fdb17f8a0373275cbb3d Up: gcc (4.3.3) diff -r 45b0ddd9adf0 -r 1a75c11a137f gcc-lib-base/receipt --- a/gcc-lib-base/receipt Wed Apr 22 18:21:25 2009 +0200 +++ b/gcc-lib-base/receipt Wed Apr 22 18:21:48 2009 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gcc-lib-base" -VERSION="4.2.3" +VERSION="4.3.3" CATEGORY="development" SHORT_DESC="GCC base libraries, libgcc_s and libstdc++." WEB_SITE="http://gcc.gnu.org/" diff -r 45b0ddd9adf0 -r 1a75c11a137f gcc/receipt --- a/gcc/receipt Wed Apr 22 18:21:25 2009 +0200 +++ b/gcc/receipt Wed Apr 22 18:21:48 2009 +0200 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="gcc" -VERSION="4.2.3" +VERSION="4.3.3" CATEGORY="development" SHORT_DESC="The the GNU Compiler Collection." MAINTAINER="pankso@slitaz.org" -DEPENDS="libgomp" -BUILD_DEPENDS="glibc-dev gawk flex" +DEPENDS="libgomp gmp mpfr" +BUILD_DEPENDS="glibc-dev gawk flex gmp gmp-dev mpfr mpfr-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gcc.gnu.org/" WGET_URL="ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/releases/$PACKAGE-$VERSION/$TARBALL" @@ -20,8 +20,8 @@ --infodir=/usr/share/info --mandir=/usr/share/man --enable-nls \ --enable-languages=c,c++ --enable-shared --with-system-zlib \ --enable-clocale=gnu --enable-objc-gc --enable-__cxa_atexit \ - --enable-threads=posix --with-tune=i486 i486-pc-linux-gnu - make bootstrap + --enable-threads=posix --with-tune=i486 i486-pc-linux-gnu && + make bootstrap && # Make install in the source tree to help creating derivated pkgs # and keep $_pkg variable set for genpkg. make DESTDIR=$src/_pkg install