Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77testing2.git;a=commitdiff;h=82e4fd959e738e82660894cefc11e30c5495ad67
commit 82e4fd959e738e82660894cefc11e30c5495ad67 Author: James Buren <[email protected]> Date: Wed Jul 30 14:47:20 2014 -0500 Revert "gcc-4.8.2-3-x86_64" This removes the GDC support that was added in this earlier commit. This reverts commit 070d7da1252512c20347bba27c47eb580c2770d2. diff --git a/source/devel/gcc/FrugalBuild b/source/devel/gcc/FrugalBuild index cfe8cb5..3a4289a 100644 --- a/source/devel/gcc/FrugalBuild +++ b/source/devel/gcc/FrugalBuild @@ -12,13 +12,11 @@ if [ "$CARCH" != "arm" ]; then USE_FORTRAN=${USE_FORTRAN:-"$USE_LANGS"} USE_OBJC=${USE_OBJC:-"$USE_LANGS"} USE_GO=${USE_GO:-"$USE_LANGS"} - USE_D=${USE_D:-"n"} else USE_ADA=${USE_ADA:-"n"} USE_FORTRAN=${USE_FORTRAN:-"n"} USE_OBJC=${USE_OBJC:-"n"} USE_GO=${USE_GO:-"n"} - USE_D=${USE_D:-"n"} fi # Activate required langage @@ -87,17 +85,6 @@ if Fuse $USE_GO; then subgroups=("${subgroups[@]}" 'lib-extra' 'devel-extra') subreplaces=("${subreplaces[@]}" '' '') fi -if Fuse $USE_D; then - gdcver="${pkgver%\.*}_20140130" - source=("${source[@]}" http://ftp.frugalware.org/pub/other/sources/gdc/gdc-$gdcver.tar.xz) - signatures=("${signatures[@]}" "http://ftp.frugalware.org/pub/other/sources/gdc/gdc-$gdcver.tar.xz.asc") - subpkgs=("${subpkgs[@]}" 'gcc-gdc') - subdescs=("${subdescs[@]}" 'D support for GCC') - subrodepends=("${subrodepends[@]}" 'gcc') - subbackup=("${subbackup[@]}" '') - subgroups=("${subgroups[@]}" 'devel-extra') - subreplaces=("${subreplaces[@]}" '') -fi if Fuse $USE_ADA; then subpkgs=("${subpkgs[@]}" 'libgnat' 'gcc-gnat') subdescs=("${subdescs[@]}" 'Ada 95 runtime shared libraries' 'Ada 95 support for GCC') @@ -129,10 +116,6 @@ build() # no fixincludes, thanks Fsed '\./fixinc\.sh' '-c true' gcc/Makefile.in Fpatchall - if Fuse $USE_D; then - cd ../GDC || Fdie - ./setup-gcc.sh ../gcc-$pkgver || Fdie - fi ## well reconf / autoreconf is br0ken in gcc .. so do it that way heh mkdir -p ../$pkgname-build || Fdie @@ -155,7 +138,6 @@ build() Fconfopts+=" --disable-libquadmath --disable-libquadmath-support" fi Fuse $USE_GO && langlist="$langlist,go" - Fuse $USE_D && langlist="$langlist,d" if [ "$CARCH" == "arm" ]; then Fconfopts+=" --enable-softfloat \ @@ -315,15 +297,6 @@ build() Fsplit gcc-go usr/share/man/man1/gccgo.1 Fsplit gcc-go usr/share/info/gccgo.info fi - if Fuse $USE_D; then - # gcc-gdc - Fsplit gcc-gdc usr/include/d/ - Fsplit gcc-gdc usr/lib/libg{druntime,phobos2}.a - Fsplit gcc-gdc usr/bin/{,$gcchost-}gdc - Fsplit gcc-gdc usr/libexec/gcc/$gcchost/$gccver/cc1d - Fsplit gcc-gdc usr/share/man/man1/gdc.1 - Fsplit gcc-gdc usr/share/info/gdc.info - fi # llvm needs these. for i in /usr/lib/gcc/$gcchost/$gccver/{crtbegin.o,crtend.o,libgcc.a}; do Fln $i /usr/lib/$(basename $i) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
