Removing musl libc usage. Linking to libgcc (for __aeabi_* routines on ARM target).

This commit is contained in:
Ruben Ayrapetyan
2014-11-18 21:13:54 +03:00
parent 988288c9e4
commit 9f7e17e9fd
6 changed files with 27 additions and 52 deletions
@@ -8,9 +8,7 @@
# error "!__TARGET_HOST_x64 && !__TARGET_HOST_x86 && !__TARGET_HOST_ARMv7"
#endif /* !__TARGET_HOST_x64 && !__TARGET_HOST_x86 && !__TARGET_HOST_ARMv7 */
#ifdef LIBC_RAW
.global _start
_start:
_START
.end _start
#endif /* LIBC_RAW */