Sourcery G++ Lite for ColdFire GNU/Linux includes the GNU OpenMP library (libgomp). This is an API that supports multi-platform shared-memory parallel programming.
To compile programs that use OpenMP features, use
the -fopenmp
command-line option. For more
information about OpenMP, see http://www.openmp.org/
.