|
Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2, v6.2.1, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3 |
|
| #
e2732a56 |
| 23-Apr-2019 |
zrj <rimvydas.jasinskas@gmail.com> |
gcc47: Disconnect objc components from world.
|
|
Revision tags: v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4 |
|
| #
b399af11 |
| 10-Feb-2015 |
John Marino <draco@marino.st> |
Hook gcc 5.0 (pre-release) in build, unhook gcc 4.4
Effectively replace GCC 4.4 with the 1 February 2015 snapshot of the pre-release GCC 5.0. This compiler is in pretty good shape, but it is not pe
Hook gcc 5.0 (pre-release) in build, unhook gcc 4.4
Effectively replace GCC 4.4 with the 1 February 2015 snapshot of the pre-release GCC 5.0. This compiler is in pretty good shape, but it is not perfect. It cannot fully build world if WORLD_CCCVER is set to GCC50. This compiler import is a work in progress.
* The old compiler has been unhooked. * The gcc44 sources may be removed soon * Obviously NO_GCC44 doesn't work anymore * NO_GCC50 has been created and should work * NO_CXX was never documented and has been removed * NO_OBJC was not deemed worthwhile and it has been removed * man pages have been updated accordingly * default make.conf has been updated accordingly * Per bsd.sys.mk, gcc50 behaves just like gcc47 * Actually, all CCVER starting with "gcc" now behave like gcc47 * The proper CCVER value is "gcc50". If "gcc5" is specified, the dports compiler lang/gcc5 will be used.
Iterating: THIS IS AN EXPERIMENTAL COMPILER! It's not ready for prime-time yet. Do NOT set WORLD_CCVER to "gcc50".
show more ...
|
|
Revision tags: v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1, v3.6.0, v3.7.1, v3.6.0rc, v3.4.3, v3.4.2, v3.4.1, v3.4.0, v3.4.0rc, v3.5.0, v3.2.2 |
|
| #
1a9b0400 |
| 27-Oct-2012 |
John Marino <draco@marino.st> |
Restore build parallelism
The build parallelism was accidently disabled with recent commits. First, relocate libobjc headers for gcc44 to /usr/libdata/gcc44/objc and then remove all the strict order
Restore build parallelism
The build parallelism was accidently disabled with recent commits. First, relocate libobjc headers for gcc44 to /usr/libdata/gcc44/objc and then remove all the strict ordering to maximize build parallelism.
Exception: the gcc47 library set requires libsupc++ to be built after libstdc++ because they share object files built by libstdc++.
show more ...
|
| #
64ed7155 |
| 27-Oct-2012 |
John Marino <draco@marino.st> |
gcc4X: rework some makefiles
These are various tweaks to improve compatibility between legacy make and bmake. The biggest change was moving gnu/usr.bin dependencies outside to Makefile.inc1 as part
gcc4X: rework some makefiles
These are various tweaks to improve compatibility between legacy make and bmake. The biggest change was moving gnu/usr.bin dependencies outside to Makefile.inc1 as part of _startup_lib* rather than fudge it with .PHONY targets. This kludge was causing some issues, as well as the double .USE trick.
show more ...
|
| #
94b98a91 |
| 24-Oct-2012 |
Matthew Dillon <dillon@apollo.backplane.com> |
Merge branches 'hammer2' and 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly into hammer2
|
|
Revision tags: v3.2.1 |
|
| #
585a13d6 |
| 20-Oct-2012 |
John Marino <netbsd@marino.st> |
gcc47: Add libgomp
This library was not part of the gcc 4.7 system compiler set. By request for the purpose of supporting OpenMP with system compiler, libgomp is being added to the gcc 4.7 library s
gcc47: Add libgomp
This library was not part of the gcc 4.7 system compiler set. By request for the purpose of supporting OpenMP with system compiler, libgomp is being added to the gcc 4.7 library set.
show more ...
|
| #
c666f28a |
| 19-Oct-2012 |
John Marino <netbsd@marino.st> |
gcc47: Add libssp and libssp_noshared
These libraries were not part of the gcc 4.4 system compiler set. Some pkgsrc packages assume the ssp libraries come with the compiler, so add them to the gcc 4
gcc47: Add libssp and libssp_noshared
These libraries were not part of the gcc 4.4 system compiler set. Some pkgsrc packages assume the ssp libraries come with the compiler, so add them to the gcc 4.7 library set.
show more ...
|
|
Revision tags: v3.2.0, v3.3.0 |
|
| #
04febcfb |
| 08-Oct-2012 |
Matthew Dillon <dillon@apollo.backplane.com> |
Merge branches 'hammer2' and 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly into hammer2
|
| #
b450dd39 |
| 29-Sep-2012 |
John Marino <draco@marino.st> |
gcc47: Add DragonFly READMEs and world makefiles
|