[rtems-source-builder commit] rtems4.11: OpenMP support for ARM, PowerPC, SPARC

Chris Johns chrisj at rtems.org
Sat Jul 18 01:04:58 UTC 2015


On 18/07/2015 1:20 am, Joel Sherril wrote:
> diff --git a/rtems/config/4.11/rtems-arm.bset b/rtems/config/4.11/rtems-arm.bset
> index 1e06796..c0bd04a 100644
> --- a/rtems/config/4.11/rtems-arm.bset
> +++ b/rtems/config/4.11/rtems-arm.bset
> @@ -17,6 +17,11 @@
>  %define enable_obsolete 1
>  
>  #
> +# Enable OpenMP support
> +#
> +%define with_libgomp
> +

I think this forces the option to be always on. Should a user be able to
disable the option with --without-libgomp ?

I made a recent change to the --with-/--without- logic and so I am not
sure how this interacts with the older gcc-common logic. I never updated it.

Chris


More information about the devel mailing list