Browse Source

configure: remove unused bulitin check

Signed-off-by: James Almer <jamrial@gmail.com>
tags/n3.0
James Almer 10 years ago
parent
commit
08339cdb6c
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      configure

+ 0
- 2
configure View File

@@ -1736,7 +1736,6 @@ BUILTIN_LIST="
machine_rw_barrier machine_rw_barrier
MemoryBarrier MemoryBarrier
mm_empty mm_empty
parity
rdtsc rdtsc
sarestart sarestart
sync_val_compare_and_swap sync_val_compare_and_swap
@@ -5242,7 +5241,6 @@ check_builtin sarestart signal.h "SA_RESTART"
check_builtin sync_val_compare_and_swap "" "int *ptr; int oldval, newval; __sync_val_compare_and_swap(ptr, oldval, newval)" check_builtin sync_val_compare_and_swap "" "int *ptr; int oldval, newval; __sync_val_compare_and_swap(ptr, oldval, newval)"
check_builtin gmtime_r time.h "time_t *time; struct tm *tm; gmtime_r(time, tm)" check_builtin gmtime_r time.h "time_t *time; struct tm *tm; gmtime_r(time, tm)"
check_builtin localtime_r time.h "time_t *time; struct tm *tm; localtime_r(time, tm)" check_builtin localtime_r time.h "time_t *time; struct tm *tm; localtime_r(time, tm)"
check_builtin parity "" "__builtin_parity(123)"


case "$custom_allocator" in case "$custom_allocator" in
jemalloc) jemalloc)


Loading…
Cancel
Save