Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2008 02:51:09 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel/glib20/files patch-glib_gatomic.c
Message-ID:  <200804250251.m3P2p9cP066680@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804250251.m3P2p9cP066680>