X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=packages%2Ftoolchain%2Fgcc%2Fgcc;h=71ed73b1b313e5efda823e0df68831ace830aa6a;hb=c7b7c7d4ce2f5a6947e42ff37d9584d26eb52ba4;hp=39e2b24aea29ade6b54bad8d44ad9c287b26fdef;hpb=6ae193981fcc05dcc495b4bde92cb8fd290ee4dd;p=hdw-linux%2Fhdw-linux.git diff --git a/packages/toolchain/gcc/gcc b/packages/toolchain/gcc/gcc index 39e2b24..71ed73b 100644 --- a/packages/toolchain/gcc/gcc +++ b/packages/toolchain/gcc/gcc @@ -2,9 +2,9 @@ # # author: hackbard@hackdaworld.dyndns.org # -# [V] 3.3.4 +# [V] 4.1.1 # [S] 0-1 0-4 -# [D] gcc-3.3.4.tar.bz2 ftp://ftp.fu-berlin.de/unix/gnu/gcc/gcc-3.3.4/ +# [D] gcc-4.1.1.tar.bz2 ftp://ftp.fu-berlin.de/unix/gnu/gcc/gcc-4.1.1/ extraver="-$ver" @@ -13,18 +13,9 @@ extraver="-$ver" confopt="$confopt --enable-shared --with-local-prefix=$prefix" confopt="$confopt --libexecdir=$prefix/lib" -unset CFLAGS - if [ "$priority" = "1" ] ; then - confopt=${confopt//--host* /--host=$hdw_arch_build } confopt="$confopt --enable-languages=c --disable-nls" - # use host system gcc tools - export CC="gcc" - export CXX="c++" - - make_conf="BOOT_LDFLAGS=\"-static\" bootstrap" - post_install() { ln -sf gcc $prefix/bin/cc }