From 312f482d395b591398296b5472a3884a12716cbd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 17 Oct 2015 11:17:07 +0200 Subject: lm32: add new architecture Add support for FPGA systems from Lattice Semiconductor http://www.latticesemi.com Merge https://github.com/m-labs/uclibc-lm32.git --- libc/sysdeps/linux/lm32/bits/wordsize.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 libc/sysdeps/linux/lm32/bits/wordsize.h (limited to 'libc/sysdeps/linux/lm32/bits/wordsize.h') diff --git a/libc/sysdeps/linux/lm32/bits/wordsize.h b/libc/sysdeps/linux/lm32/bits/wordsize.h new file mode 100644 index 000000000..b47eee944 --- /dev/null +++ b/libc/sysdeps/linux/lm32/bits/wordsize.h @@ -0,0 +1 @@ +#define __WORDSIZE 32 -- cgit v1.2.3