From 33646a51abcf15ff5c5363848287e1ed778b7467 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 24 Dec 2020 16:36:16 -0800 Subject: glibc: add arc700 patch glibc does not officially support ARC700 so this adds the missing pieces. I looked at uClibc-ng and a patch by Synopsis for glibc. ran make toolchain/glibc/refresh to clean up fuzz. Signed-off-by: Rosen Penev --- toolchain/glibc/patches/100-fix_cross_rpcgen.patch | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/glibc/patches/100-fix_cross_rpcgen.patch') diff --git a/toolchain/glibc/patches/100-fix_cross_rpcgen.patch b/toolchain/glibc/patches/100-fix_cross_rpcgen.patch index 6ee1e80424..9baed08139 100644 --- a/toolchain/glibc/patches/100-fix_cross_rpcgen.patch +++ b/toolchain/glibc/patches/100-fix_cross_rpcgen.patch @@ -33,3 +33,4 @@ +typedef char *caddr_t; # define __daddr_t_defined #endif + -- cgit v1.2.3