Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19272
Modified Files: dragonegg-gcc.info Log Message: update to llvm33, pass -fplugin-arg-dragonegg-enable-gcc-optzn and use integrated-as.specs to enable llvm builtin assembler Index: dragonegg-gcc.info =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/dragonegg-gcc.info,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- dragonegg-gcc.info 28 Dec 2012 15:08:53 -0000 1.2 +++ dragonegg-gcc.info 28 Jun 2013 00:27:51 -0000 1.3 @@ -1,48 +1,51 @@ Info2: << Package: dragonegg-gcc%type_pkg[gcc] -Version: 3.2 +Version: 3.3 Revision: 1 -Type: gcc (4.5 4.6 4.7) +Type: gcc (4.5 4.6 4.7 4.8 4.9) Architecture: i386, x86_64 Maintainer: Jack Howarth <howa...@bromo.med.uc.edu> -Depends: llvm32, gcc%type_pkg[gcc]-compiler -BuildDepends: llvm32, gcc%type_pkg[gcc]-compiler, fink (>= 0.24.12) +Depends: llvm33, gcc%type_pkg[gcc]-compiler +BuildDepends: llvm33, gcc%type_pkg[gcc]-compiler, fink (>= 0.24.12) Source: http://llvm.org/releases/%v/dragonegg-%v.src.tar.gz -Source-MD5: 1dff9b3741407f415ac537b2d9c7ba5a +Source-MD5: 797df8d1af8355b556e8b6060946a17e SourceDirectory: dragonegg-%v.src UseMaxBuildJobs: false +#SetCC: %p/lib/gcc%type_raw[gcc]/bin/g++-4 +#SetCXX: %p/lib/gcc%type_raw[gcc]/bin/g++-4 CompileScript: << #!/bin/bash -ev -GCC=%p/lib/gcc%type_raw[gcc]/bin/gcc-4 LLVM_CONFIG=%p/opt/llvm-%v/bin/llvm-config VERBOSE=1 ENABLE_LLVM_PLUGINS=1 make CPPFLAGS="-DENABLE_LTO -I%p/include" CC=%p/opt/llvm-%v/bin/clang CXX=%p/opt/llvm-%v/bin/clang++ +GCC=%p/lib/gcc%type_raw[gcc]/bin/gcc-4 LLVM_CONFIG=%p/opt/llvm-%v/bin/llvm-config VERBOSE=1 ENABLE_LLVM_PLUGINS=1 make CPPFLAGS="-g -DENABLE_BUILD_WITH_CXX -DENABLE_LTO -I%p/include" << InstallScript: << #!/bin/bash -ev mkdir -p %i/lib/gcc%type_raw[gcc]/lib mkdir %i/bin cp dragonegg.so %i/lib/gcc%type_raw[gcc]/lib/dragonegg.so +cp integrated-as.specs %i/lib/gcc%type_raw[gcc]/lib/integrated-as.specs cat <<EOF > %i/bin/de-gcc%type_pkg[gcc] #!/bin/bash -exec %p/lib/gcc%type_raw[gcc]/bin/gcc-4 -fplugin=%p/lib/gcc%type_raw[gcc]/lib/dragonegg.so "\$@" +exec %p/lib/gcc%type_raw[gcc]/bin/gcc-4 -fplugin=%p/lib/gcc%type_raw[gcc]/lib/dragonegg.so -specs=%p/lib/gcc%type_raw[gcc]/lib/integrated-as.specs -fplugin-arg-dragonegg-enable-gcc-optzns "\$@" EOF chmod ugo+x %i/bin/de-gcc%type_pkg[gcc] cat <<EOF > %i/bin/de-g++%type_pkg[gcc] #!/bin/bash -exec %p/lib/gcc%type_raw[gcc]/bin/g++-4 -fplugin=%p/lib/gcc%type_raw[gcc]/lib/dragonegg.so "\$@" +exec %p/lib/gcc%type_raw[gcc]/bin/g++-4 -fplugin=%p/lib/gcc%type_raw[gcc]/lib/dragonegg.so -specs=%p/lib/gcc%type_raw[gcc]/lib/integrated-as.specs -fplugin-arg-dragonegg-enable-gcc-optzns "\$@" EOF chmod ugo+x %i/bin/de-g++%type_pkg[gcc] cat <<EOF > %i/bin/de-c++%type_pkg[gcc] #!/bin/bash -exec %p/lib/gcc%type_raw[gcc]/bin/c++-4 -fplugin=%p/lib/gcc%type_raw[gcc]/lib/dragonegg.so "\$@" +exec %p/lib/gcc%type_raw[gcc]/bin/c++-4 -fplugin=%p/lib/gcc%type_raw[gcc]/lib/dragonegg.so -specs=%p/lib/gcc%type_raw[gcc]/lib/integrated-as.specs -fplugin-arg-dragonegg-enable-gcc-optzns "\$@" EOF chmod ugo+x %i/bin/de-c++%type_pkg[gcc] cat <<EOF > %i/bin/de-gfortran%type_pkg[gcc] #!/bin/bash -exec %p/lib/gcc%type_raw[gcc]/bin/gfortran -fplugin=%p/lib/gcc%type_raw[gcc]/lib/dragonegg.so "\$@" +exec %p/lib/gcc%type_raw[gcc]/bin/gfortran -fplugin=%p/lib/gcc%type_raw[gcc]/lib/dragonegg.so -specs=%p/lib/gcc%type_raw[gcc]/lib/integrated-as.specs -fplugin-arg-dragonegg-enable-gcc-optzns "\$@" EOF chmod ugo+x %i/bin/de-gfortran%type_pkg[gcc] cat <<EOF > %i/bin/de-cpp%type_pkg[gcc] #!/bin/bash -exec %p/lib/gcc%type_raw[gcc]/bin/cpp-4 -fplugin=%p/lib/gcc%type_raw[gcc]/lib/dragonegg.so "\$@" +exec %p/lib/gcc%type_raw[gcc]/bin/cpp-4 -fplugin=%p/lib/gcc%type_raw[gcc]/lib/dragonegg.so -specs=%p/lib/gcc%type_raw[gcc]/lib/integrated-as.specs -fplugin-arg-dragonegg-enable-gcc-optzns "\$@" EOF chmod ugo+x %i/bin/de-cpp%type_pkg[gcc] << ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs