rtems4.11: OpenMP support for ARM, PowerPC, SPARC

This commit is contained in:
Sebastian Huber 2015-07-07 09:33:30 +02:00
parent 8a7660ceb3
commit fba2549d5c
4 changed files with 16 additions and 0 deletions

View File

@ -16,6 +16,11 @@
#
%define enable_obsolete 1
#
# Enable OpenMP support
#
%define with_libgomp
#
# Tools configuration.
#

View File

@ -21,6 +21,11 @@
#
%define win32-gdb-disable-sim
#
# Enable OpenMP support
#
%define with_libgomp
#
# Tools configuration.
#

View File

@ -66,6 +66,11 @@
#
%define win32-gdb-disable-sim
#
# Enable OpenMP support
#
%define with_libgomp
#
# Tools configuration.
#

View File

@ -156,6 +156,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
%{?with_threads:--enable-threads}%{!?with_threads:--disable-threads} \
%{?with_plugin:--enable-plugin}%{!?with_plugin:--disable-plugin} \
%{?enable_obsolete:--enable-obsolete} \
%{?with_libgomp:--enable-libgomp} \
%{?gcc_configure_extra_options:%{gcc_configure_extra_options}} \
--enable-languages="$languages"