]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
new
authorSean Hefty <sean.hefty@intel.com>
Wed, 25 Aug 2010 17:26:22 +0000 (10:26 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 25 Aug 2010 17:26:22 +0000 (10:26 -0700)
meta
patches/atomic [new file with mode: 0644]

diff --git a/meta b/meta
index ca3702bd275c69370a8d01f7d232174a4d7c5fbf..cbdee9e04e77a68101b46e5bf9f0b6359a3b8b95 100644 (file)
--- a/meta
+++ b/meta
@@ -1,6 +1,7 @@
 Version: 1
-Previous: 9010619f2bf2736f6e99e85f618902ae2aafb52f
-Head: 0a83fa0154a0d56f255abe95cc31f54661b2c6eb
+Previous: ea24141542a2bc64edc5fe3ddb03107fd82bde91
+Head: 74e8392c2c62d9b7f090cb1d305163286e8a9bcd
 Applied:
+  atomic: 74e8392c2c62d9b7f090cb1d305163286e8a9bcd
 Unapplied:
 Hidden:
diff --git a/patches/atomic b/patches/atomic
new file mode 100644 (file)
index 0000000..4aa3346
--- /dev/null
@@ -0,0 +1,20 @@
+Bottom: 44cd90e52fd7bd946e34e9acdfcf1cef88293c9a
+Top:    44cd90e52fd7bd946e34e9acdfcf1cef88293c9a
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2010-08-25 10:26:22 -0700
+
+ibacm: support distros with older versions of gcc
+
+ibacm implements atomics using gcc intrinsics that were introduced
+in gcc 4.1.2.  If an older version of gcc is used to compile the
+code, an error results.  Check that the required atomic calls are
+supported, and if not, provide our own implementation.
+
+This fixes a build issue on RH 5.x.
+
+Signed-off-by: Sean Hefty <sean.hefty@intel.com>
+
+
+---
+
+