]> Git Repo - uclibc-ng.git/commit - MAINTAINERS
csky: port to uclibc-ng
authorGuo Ren <[email protected]>
Sun, 15 Oct 2017 12:59:34 +0000 (20:59 +0800)
committerWaldemar Brodkorb <[email protected]>
Sun, 19 Nov 2017 08:20:11 +0000 (09:20 +0100)
commit2fcffe26e815b7125a357c83b59617ab93c16b41
treefe5a973dc4bbf38bce8468a4497f5f656f082a9f
parent9e38e0aa45cca21d5023d0af94377f0e1e41d2f4
csky: port to uclibc-ng

Follow the steps to build c-sky uclibc linux system:
1. git clone https://github.com/c-sky/buildroot.git
2. cd buildroot
3. make qemu_csky_ck810_uclibc_defconfig
4. make

Follow the buildroot/board/qemu/csky/readme.txt to run.

This buildroot toolchain is pre-build, But you can rebuild
the c-sky uclibc-ng alone and install it to the buildroot
sysroot manually.

We'll try our best to improve the uclibc-ng continuously.

Signed-off-by: Guo Ren <[email protected]>
76 files changed:
MAINTAINERS
Rules.mak
extra/Configs/Config.csky [new file with mode: 0644]
extra/Configs/Config.in
extra/Configs/defconfigs/csky/defconfig [new file with mode: 0644]
include/elf.h
ldso/ldso/csky/dl-startup.h [new file with mode: 0644]
ldso/ldso/csky/dl-syscalls.h [new file with mode: 0644]
ldso/ldso/csky/dl-sysdep.h [new file with mode: 0644]
ldso/ldso/csky/elfinterp.c [new file with mode: 0644]
ldso/ldso/csky/read_tp.S [new file with mode: 0644]
ldso/ldso/csky/resolve.S [new file with mode: 0644]
libc/string/csky/Makefile [new file with mode: 0644]
libc/string/csky/cskyv1/memcpy.S [new file with mode: 0644]
libc/string/csky/cskyv1/strcmp.S [new file with mode: 0644]
libc/string/csky/cskyv1/strcpy.S [new file with mode: 0644]
libc/string/csky/cskyv2/abiv2_memcpy.S [new file with mode: 0644]
libc/string/csky/cskyv2/abiv2_strcmp.S [new file with mode: 0644]
libc/string/csky/cskyv2/abiv2_strcpy.S [new file with mode: 0644]
libc/string/csky/cskyv2/macro.S [new file with mode: 0644]
libc/string/csky/memcpy.S [new file with mode: 0644]
libc/string/csky/strcmp.S [new file with mode: 0644]
libc/string/csky/strcpy.S [new file with mode: 0644]
libc/sysdeps/linux/common/posix_fadvise.c
libc/sysdeps/linux/common/posix_fadvise64.c
libc/sysdeps/linux/csky/Makefile [new file with mode: 0644]
libc/sysdeps/linux/csky/Makefile.arch [new file with mode: 0644]
libc/sysdeps/linux/csky/__longjmp.S [new file with mode: 0644]
libc/sysdeps/linux/csky/__syscall_error.c [new file with mode: 0644]
libc/sysdeps/linux/csky/bits/atomic.h [new file with mode: 0644]
libc/sysdeps/linux/csky/bits/endian.h [new file with mode: 0644]
libc/sysdeps/linux/csky/bits/fcntl.h [new file with mode: 0644]
libc/sysdeps/linux/csky/bits/fenv.h [new file with mode: 0644]
libc/sysdeps/linux/csky/bits/kernel_stat.h [new file with mode: 0644]
libc/sysdeps/linux/csky/bits/kernel_types.h [new file with mode: 0644]
libc/sysdeps/linux/csky/bits/mathinline.h [new file with mode: 0644]
libc/sysdeps/linux/csky/bits/setjmp.h [new file with mode: 0644]
libc/sysdeps/linux/csky/bits/shm.h [new file with mode: 0644]
libc/sysdeps/linux/csky/bits/sigcontextinfo.h [new file with mode: 0644]
libc/sysdeps/linux/csky/bits/stackinfo.h [new file with mode: 0644]
libc/sysdeps/linux/csky/bits/syscalls.h [new file with mode: 0644]
libc/sysdeps/linux/csky/bits/uClibc_arch_features.h [new file with mode: 0644]
libc/sysdeps/linux/csky/bits/wordsize.h [new file with mode: 0644]
libc/sysdeps/linux/csky/cacheflush.c [new file with mode: 0644]
libc/sysdeps/linux/csky/clone.c [new file with mode: 0644]
libc/sysdeps/linux/csky/crt1.S [new file with mode: 0644]
libc/sysdeps/linux/csky/crti.S [new file with mode: 0644]
libc/sysdeps/linux/csky/crtn.S [new file with mode: 0644]
libc/sysdeps/linux/csky/csky_clone.S [new file with mode: 0644]
libc/sysdeps/linux/csky/jmpbuf-unwind.h [new file with mode: 0644]
libc/sysdeps/linux/csky/libc-read_tp.S [new file with mode: 0644]
libc/sysdeps/linux/csky/setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/csky/sys/cachectl.h [new file with mode: 0644]
libc/sysdeps/linux/csky/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/csky/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/csky/sys/user.h [new file with mode: 0644]
libc/sysdeps/linux/csky/sysdep.h [new file with mode: 0644]
libc/sysdeps/linux/csky/vfork.S [new file with mode: 0644]
libpthread/nptl/sysdeps/csky/Makefile [new file with mode: 0644]
libpthread/nptl/sysdeps/csky/Makefile.arch [new file with mode: 0644]
libpthread/nptl/sysdeps/csky/dl-tls.h [new file with mode: 0644]
libpthread/nptl/sysdeps/csky/libc-tls.c [new file with mode: 0644]
libpthread/nptl/sysdeps/csky/pthread_spin_lock.S [new file with mode: 0644]
libpthread/nptl/sysdeps/csky/pthread_spin_trylock.S [new file with mode: 0644]
libpthread/nptl/sysdeps/csky/pthreaddef.h [new file with mode: 0644]
libpthread/nptl/sysdeps/csky/tcb-offsets.sym [new file with mode: 0644]
libpthread/nptl/sysdeps/csky/tls.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/csky/Makefile [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/csky/Makefile.arch [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/csky/bits/pthreadtypes.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/csky/bits/semaphore.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/csky/createthread.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/csky/fork.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/csky/lowlevellock.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/csky/pthread_once.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/csky/sysdep-cancel.h [new file with mode: 0644]
This page took 0.036554 seconds and 4 git commands to generate.