From: richardll Date: Sun, 10 Nov 2013 21:12:03 +0000 (+0000) Subject: redundant "http://", breaks link X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/ee12a3cfcce1244e2e1cc525e247026440f86b71 redundant "http://", breaks link --- diff --git a/release34/index.mdwn b/release34/index.mdwn index 209e2b77..731780d9 100644 --- a/release34/index.mdwn +++ b/release34/index.mdwn @@ -25,7 +25,7 @@ Improvements in [poudriere performance, tmpfs performance](http://lists.dragonfl ### New default compiler -The two base compilers have swapped roles. GCC 4.7, introduced as an alternative compiler with Release 3.2, is now the primary compiler used to build DragonFly. GCC 4.4 remains on the system and still has an important role as the primary DPorts compiler. GCC 4.7 brings [OpenMP](http://http://openmp.org/) (parallel programming) support to DragonFly via libgomp as well as stack smashing protection via libssp, neither of which was supported by GCC 4.4. The newer compiler also offers improved C++ and Objective-C support, and introduces [Link-Time Optimization](http://en.wikipedia.org/wiki/Link-time_optimization) (LTO) support. +The two base compilers have swapped roles. GCC 4.7, introduced as an alternative compiler with Release 3.2, is now the primary compiler used to build DragonFly. GCC 4.4 remains on the system and still has an important role as the primary DPorts compiler. GCC 4.7 brings [OpenMP](http://openmp.org/) (parallel programming) support to DragonFly via libgomp as well as stack smashing protection via libssp, neither of which was supported by GCC 4.4. The newer compiler also offers improved C++ and Objective-C support, and introduces [Link-Time Optimization](http://en.wikipedia.org/wiki/Link-time_optimization) (LTO) support. ### New USB stack