Currently only secure test partition can access to std. C lib in case of GNUARM, because libc_nano.a is linked directly to that partitions.
In case of ARMCLANG any partitions can call it, because std. c lib is part of the unpriv code section.
Make possible similar behaviour with GNUARM.