Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/languages
In directory sc8-pr-cvs1:/tmp/cvs-serv21483

Added Files:
        g77-3.4-20030806-1.info 
Log Message:
assembler problem fixed - no longer requires "as" package.


--- NEW FILE: g77-3.4-20030806-1.info ---
Package: g77
Version: 3.4
Revision: 20030806
Source: http://mirrors.rcn.net/pub/sourceware/gcc/snapshots/%v-%r/gcc-%v-%r.tar.bz2
Source-MD5: 7f7b6112a18c889d82ee099608c11199
NoSourceDirectory: True
ConfigureParams: --enable-languages=f77 --infodir='${prefix}/share/info'
#Depends: dejagnu
CompileScript: <<
 #!/bin/sh
 mkdir darwin 
 cd darwin
 ../gcc-%v-%r/configure %c
 make bootstrap-lean
# cd gcc; make check-g77
<<
InstallScript: <<
 #!/bin/sh
 cd darwin
 make install prefix=%i
 cd %i/bin
 /bin/rm -f gcc gccbug cpp gcov powerpc-apple*
 ln -s %p/bin/g77 f77
 darwinvers=`/usr/bin/uname -v | cut -f1 -d":" | awk '{print $4}'`
 gccvers=`%i/bin/g77 -dumpversion | head -1 | cut -f4 -d" "`
 ln -s %p/lib/gcc-lib/powerpc-apple-darwin${darwinvers}/${gccvers}/include/g2c.h 
%i/include/g2c.h
 /bin/rm -rf %i/share/locale %i/man
 /bin/rm -f %i/lib/charset.alias
 /bin/rm -f %i/share/info/gcc* %i/share/info/cpp*
 /bin/mv -f %i/lib/libiberty.a %i/lib/libiberty-g77.a
<<
License: GPL
DocFiles: gcc-%v-%r/gcc/f/ChangeLog gcc-%v-%r/gcc/f/README gcc-%v-%r/COPYING 
gcc-%v-%r/COPYING.LIB
Description: GNU Fortran compiler
DescDetail: <<
 g77 consists of several components:       

 1) The g77 command itself.
 2) The libg2c run-time library.  This library contains the 
    machine code needed to support capabilities of the Fortran
    language that are not directly provided by the machine code 
    generated by the g77 compilation phase.       
 3) The compiler itself, internally named f771.       
    f771 does not generate machine code directly -- 
    it generates assembly code, leaving the conversion to 
    actual machine code to an assembler, usually named as.

 g77 supports some fortran90 features, like automatic arrays,
 free source form, and DO WHILE.
<<
DescPort: <<
 Installs g77 from the FSF gcc distribution.

 This version does not install in /usr. It contains it's own cc1 and
 libgcc.a installed in %p.

 libiberty.a moved to libiberty-g77.a to avoid conflict with ddd.
<<
DescUsage: <<
 If you get unresolved symbol '_saveFP', add -lcc_dynamic when linking.

 Does not support -framework argument, to link frameworks (like vecLib)
 use Apple's cc for linking, or specify whole path to framework plus
 -lcc_dynamic instead
 (i.e instead of -framework vecLib use
/System/Library/Frameworks/vecLib.framework/Versions/Current/vecLib -lcc_dynamic)
 No man page, use "info g77".
<<
Homepage: http://gcc.gnu.org/onlinedocs/g77/
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to