X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=README;h=1e76f2d1b098bb9579d573fcf8f36211c3c7c5f9;hp=a6e29c875de973ec9020cad76de9e28aa564fdf2;hb=bc2433a9853a945a825c244e9ccfe341b73b2ceb;hpb=26ba798aa19e32441020728f2f5fd90df87d4175 diff --git a/README b/README index a6e29c8..1e76f2d 100644 --- a/README +++ b/README @@ -8,6 +8,7 @@ BUILDING ./configure make make install + ldconfig Hints: Forcing 32-bit build: * CFLAGS="-m32 -g -O2" ./configure @@ -38,6 +39,8 @@ supported, with the following exceptions: therefore not compatible with liburcu on x86 32-bit (i386, i486, i586, i686). The problem has been reported to the gcc community: http://www.mail-archive.com/gcc-bugs@gcc.gnu.org/msg281255.html +- gcc 3.3 cannot match the "xchg" instruction on 32-bit x86 build. + See: http://kerneltrap.org/node/7507 - Alpha, ia64 and ARM architectures depend on 4.x gcc with atomic builtins support.