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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to