cvs commit: ports/devel/glib20/files patch-glib_gatomic.c

Marcel Moolenaar marcel at FreeBSD.org
Fri Apr 25 02:51:11 UTC 2008


marcel      2008-04-25 02:51:09 UTC

  FreeBSD ports repository (src,doc committer)

  Removed files:
    devel/glib20/files   patch-glib_gatomic.c 
  Log:
  Don't use __sync_fetch_and_add_si(), __sync_bool_compare_and_swap_si()
  and __sync_bool_compare_and_swap_di() for atomic ops. Those are GCC
  intrinsincs before GCC-4.1.0. With GCC 4.2.x in the tree, this breaks
  the build. The glib20 code already has the right intrinsincs, so we
  can eliminate this patch.
  
  Ok'd by: marcus@
  
  Revision  Changes    Path
  1.4       +0 -37     ports/devel/glib20/files/patch-glib_gatomic.c (dead)


More information about the cvs-ports mailing list