On Fri, Jun 14, 2002 at 01:24:02AM -0000, [EMAIL PROTECTED] wrote: > aaron 2002/06/13 18:24:02 > > Modified: . configure.in CHANGES > Log: > Removed --disable-atomics flag and added --enable-nonportable-atomics, > thereby defaulting to portable binaries on those systems that could > be optimized at the expense of portability.
Just a note on this commit: The old behavior, the creation of architecture- optimized but non-portable binaries [on Solaris] can be achieved by specifying --enable-nonportable-atomics to configure. This seems to be a good compromise between all-out removal of the atomics code, and having to deal with binaries that are not forward compatible on certain operating systems based on simply OS revision number. -aaron