lm32: add new architecture
commit312f482d395b591398296b5472a3884a12716cbd
authorWaldemar Brodkorb <wbx@openadk.org>
Sat, 17 Oct 2015 09:17:07 +0000 (17 11:17 +0200)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Sun, 18 Oct 2015 23:37:11 +0000 (19 01:37 +0200)
tree682402fa4c470d4aa7c1334f7616408779559a8f
parentc807e03c88504cf01508daa6dbae9e93dacfcf3c
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
26 files changed:
Rules.mak
extra/Configs/Config.in
extra/Configs/Config.lm32 [new file with mode: 0644]
extra/Configs/defconfigs/lm32 [new file with mode: 0644]
libc/sysdeps/linux/lm32/Makefile [new file with mode: 0644]
libc/sysdeps/linux/lm32/Makefile.arch [new file with mode: 0644]
libc/sysdeps/linux/lm32/__longjmp.S [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/endian.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/fcntl.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/kernel_stat.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/kernel_types.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/setjmp.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/stackinfo.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/syscalls.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/uClibc_arch_features.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/uClibc_page.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/bits/wordsize.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/clone.S [new file with mode: 0644]
libc/sysdeps/linux/lm32/crt1.S [new file with mode: 0644]
libc/sysdeps/linux/lm32/crti.S [new file with mode: 0644]
libc/sysdeps/linux/lm32/crtn.S [new file with mode: 0644]
libc/sysdeps/linux/lm32/setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/lm32/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/sys/user.h [new file with mode: 0644]
libc/sysdeps/linux/lm32/vfork.S [new file with mode: 0644]