mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
rtems4.11: OpenMP support for ARM, PowerPC, SPARC
This commit is contained in:
parent
8a7660ceb3
commit
fba2549d5c
@ -16,6 +16,11 @@
|
||||
#
|
||||
%define enable_obsolete 1
|
||||
|
||||
#
|
||||
# Enable OpenMP support
|
||||
#
|
||||
%define with_libgomp
|
||||
|
||||
#
|
||||
# Tools configuration.
|
||||
#
|
||||
|
@ -21,6 +21,11 @@
|
||||
#
|
||||
%define win32-gdb-disable-sim
|
||||
|
||||
#
|
||||
# Enable OpenMP support
|
||||
#
|
||||
%define with_libgomp
|
||||
|
||||
#
|
||||
# Tools configuration.
|
||||
#
|
||||
|
@ -66,6 +66,11 @@
|
||||
#
|
||||
%define win32-gdb-disable-sim
|
||||
|
||||
#
|
||||
# Enable OpenMP support
|
||||
#
|
||||
%define with_libgomp
|
||||
|
||||
#
|
||||
# Tools configuration.
|
||||
#
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user