|
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, v5.4.2 |
|
| #
70c1b095 |
| 15-Apr-2019 |
zrj <rimvydas.jasinskas@gmail.com> |
gcc80: Make LTO plugins installation consistent.
Previously my LTO additions were (ab)using bug in bsd.lib.mk. All other cases in world override both variables. Do the same fix for gcc47 too.
No fu
gcc80: Make LTO plugins installation consistent.
Previously my LTO additions were (ab)using bug in bsd.lib.mk. All other cases in world override both variables. Do the same fix for gcc47 too.
No functional change intended.
show more ...
|
|
Revision tags: 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, 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 |
|
| #
88cb1315 |
| 16-Feb-2013 |
Johannes Hofmann <johannes.hofmann@gmx.de> |
Merge branch 'master' of git://git.dragonflybsd.org/dragonfly into wlan_serialize
|
| #
75e35d3a |
| 02-Feb-2013 |
John Marino <draco@marino.st> |
Unbreak world (gcc47 plugin)
The installincludes target is run before "depend" target, so gtype.state hasn't been created by the time "installincludes" is executed in stage 4. Luckily there is a sim
Unbreak world (gcc47 plugin)
The installincludes target is run before "depend" target, so gtype.state hasn't been created by the time "installincludes" is executed in stage 4. Luckily there is a similar functionality for FILES that is executed at the install phase, which will unbreak world (broken on previous commit).
Other headers are generated as well, so swap INCSGROUPS with FILESGROUPS for everything to avoid having to figure which ones. The headers are needed at runtime, not buildtime, so this is okay.
show more ...
|
| #
be6440e3 |
| 02-Feb-2013 |
John Marino <draco@marino.st> |
gcc47: Fix plugin mechanism
There were two problems with gcc 4.7 LTO plugin: 1) It needed a number of object files from libiberty. Unfortunately the previous object files couldn't be used as they
gcc47: Fix plugin mechanism
There were two problems with gcc 4.7 LTO plugin: 1) It needed a number of object files from libiberty. Unfortunately the previous object files couldn't be used as they need to be built with -fPIC and libiberty is only an internal (non-pic) lib. 2) The plugin header directory was missing completely, as seen with gcc -print-file-name=plugin only returning "plugin".
show more ...
|
|
Revision tags: v3.2.2, v3.2.1, 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
|