1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/lib/libcompiler_rt
Andrew Turner e376173cab Get libcompiler-rt and libgcc building on ARM with clang.
* Don't provide clear_cache or the __sync_* functions on ARM with clang as
  they are provided by clang as builtin functions.
* Tell clang it is aloud to compile some libgcc code using heinous GCC
  extensions.
2012-12-18 07:26:55 +00:00
..
__sync_fetch_and_add_4.c
__sync_fetch_and_add_8.c
__sync_fetch_and_and_4.c
__sync_fetch_and_and_8.c
__sync_fetch_and_op_n.h
__sync_fetch_and_or_4.c
__sync_fetch_and_or_8.c
__sync_fetch_and_sub_4.c
__sync_fetch_and_sub_8.c
__sync_fetch_and_xor_4.c
__sync_fetch_and_xor_8.c
__sync_lock_test_and_set_4.c
__sync_lock_test_and_set_8.c
__sync_val_compare_and_swap_4.c
__sync_val_compare_and_swap_8.c
__sync_val_compare_and_swap_n.h
Makefile Get libcompiler-rt and libgcc building on ARM with clang. 2012-12-18 07:26:55 +00:00