On Thu, Jun 08, 2023 at 07:22:50AM +0200, Ladislav Michl wrote:
> From: Ladislav Michl <la...@linux-mips.org>
> 
> Signed-off-by: Ladislav Michl <la...@linux-mips.org>
> ---
>  Note: The previous commit message had a typo as well...
> 
>  rules/glibc.make | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/rules/glibc.make b/rules/glibc.make
> index 0f54bb181..a550f4b92 100644
> --- a/rules/glibc.make
> +++ b/rules/glibc.make
> @@ -32,7 +32,7 @@ ifdef PTXCONF_GLIBC_Y2038
>       @echo Checking Y2038 support...
>       @echo 'static_assert(sizeof(time_t) == 8, "y2038");' | \
>               $(CROSS_CC) -c -x c -include sys/types.h -include assert.h - 
> &>/dev/null || \
> -             ptxd_bailout "PTXCONF_GLIBC_Y2038 is enabled but the toolchain 
> has no Y2028 support!"
> +             ptxd_bailout "PTXCONF_GLIBC_Y2038 is enabled but the toolchain 
> has no Y2038 support!"

Right, luckily we do have a few more years... :-)

Michael

>  endif
>       @$(call touch)
>  
> -- 
> 2.32.0
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

Reply via email to