Commit 554608d9 authored by Bruce Momjian's avatar Bruce Momjian

Add mention of -xarch=v8plus for "cas" usage on Solaris/sparc.

parent 924b9d62
......@@ -26,6 +26,9 @@ pg_atomic_cas:
! that is targeting sparcv8:
!
! http://cvs.opensolaris.org/source/xref/on/usr/src/lib/libc/sparc/threads/sparc.il
!
! It is actually possible to use "cas" for sparcv8 binaries if
! -xarch=v8plus is used for compilation.
#ifdef __sparcv9
cas [%o0],%o2,%o1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment