Switch to clang and build relocatable ELFs
commit8bd3915c6a278231e29e13c6e8c09aa925a36b02
authorCTurt <ertl.chris@gmail.com>
Thu, 3 Sep 2015 14:26:02 +0000 (3 15:26 +0100)
committerCTurt <ertl.chris@gmail.com>
Thu, 3 Sep 2015 14:26:02 +0000 (3 15:26 +0100)
tree2b5d400522971c739f586fab32c3054a64b50695
parent269eec14cea2f83f01b6694d5d90079c68945452
Switch to clang and build relocatable ELFs
22 files changed:
.gitignore
README.md
examples/camera/Makefile
examples/canvas/Makefile
examples/filesystem/directories/Makefile
examples/filesystem/files/Makefile
examples/hello/Makefile
examples/hello/source/main.c
examples/modules/Makefile
examples/pad/Makefile
examples/sockets/Makefile
examples/threads/Makefile
examples/usb/list_devices/Makefile
examples/usb/storage/Makefile
examples/usb/usbfatfs/Makefile [new file with mode: 0644]
examples/usb/usbfatfs/source/main.c [moved from examples/usbfatfs/source/main.c with 100% similarity]
examples/usbfatfs/Makefile [deleted file]
libPS4/Makefile
libPS4/crt0.s [deleted file]
libPS4/include/ps4.h
libPS4/source/syscall.s
libusbfatfs/Makefile