From: jrmarino Date: Tue, 23 Apr 2013 06:11:03 +0000 (-0700) Subject: (no commit message) X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/c34817a644853da73e1c2c56c185cdfee0fec033?ds=sidebyside --- diff --git a/release34/index.mdwn b/release34/index.mdwn index 0f2ce1f6..43afe7c3 100644 --- a/release34/index.mdwn +++ b/release34/index.mdwn @@ -18,7 +18,7 @@ The process of testing [poudriere](https://fossil.etoilebsd.net/poudriere/doc/tr ### 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. +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. ### New USB stack