diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-07-16 12:03:36 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-07-16 12:03:36 +0000 |
commit | 415d114f17e21e03e955212d4c67237e0f53b55d (patch) | |
tree | c73afcdd96699171c82b509d29087a5270947c64 /lang/gcc5/DESCR | |
parent | d33eda6bafa3db0e7752c702a9eb703ce2ffde3b (diff) | |
download | pkgsrc-415d114f17e21e03e955212d4c67237e0f53b55d.tar.gz |
Import gcc5-5.1.0 as lang/gcc5.
The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C,
Fortran, Java, and Go, as well as libraries for these languages (libstdc++,
libgcj,...). This package provides the snapshot release of version 5.
On NetBSD a working cabsl function must be present in libm to build gfortran.
This has been added to -current on 2014/10/10 and to NetBSD7 on 2014/10/13.
Diffstat (limited to 'lang/gcc5/DESCR')
-rw-r--r-- | lang/gcc5/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/gcc5/DESCR b/lang/gcc5/DESCR new file mode 100644 index 00000000000..562714fdfd2 --- /dev/null +++ b/lang/gcc5/DESCR @@ -0,0 +1,6 @@ +The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C, +Fortran, Java, and Go, as well as libraries for these languages (libstdc++, +libgcj,...). This package provides the snapshot release of version 5. + +On NetBSD a working cabsl function must be present in libm to build gfortran. +This has been added to -current on 2014/10/10 and to NetBSD7 on 2014/10/13. |