[PATCH v1] port newlib ndbm patch to rtems rsb 01
Chris Johns
chrisj at rtems.org
Thu Jun 20 23:02:51 UTC 2019
On 21/6/19 6:29 am, Vaibhav Gupta wrote:
> ---
> rtems/config/tools/rtems-gcc-7.4.0-newlib-1d35a003f.cfg | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/rtems/config/tools/rtems-gcc-7.4.0-newlib-1d35a003f.cfg b/rtems/config/tools/rtems-gcc-7.4.0-newlib-1d35a003f.cfg
> index b28a4b1..b8fa829 100644
> --- a/rtems/config/tools/rtems-gcc-7.4.0-newlib-1d35a003f.cfg
> +++ b/rtems/config/tools/rtems-gcc-7.4.0-newlib-1d35a003f.cfg
> @@ -1,6 +1,9 @@
> %include %{_configdir}/checks.cfg
> %include %{_configdir}/base.cfg
>
> +%prep
> + %patch setup newlib -p1
> +
> #
> # FreeBSD specific fix for MIPS
> #
> @@ -40,3 +43,6 @@
> %define with_iconv 1
>
> %include %{_configdir}/gcc-7.2-1.cfg
> +
> +%patch add newlib file://0001-Port-ndbm.patch
> +%hash sha512 0001-Port-ndbm.patch 0e05d97d0a6f8a436a233fe4fb3cbda7c0cfeab11cfda1c155d8aa5b80289f386896b0e8c28e5858e1d7409fd22c8d1cbaaccb181bc376845fe6d50b16359db6
>
I would prefer to see the newlib patches grouped with the other newlib
statements in this file.
Thanks
Chris
More information about the devel
mailing list