projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04236bb
)
Add compile flags sample.
author
Bruce Momjian
<bruce@momjian.us>
Thu, 5 Jan 2006 15:31:23 +0000
(15:31 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 5 Jan 2006 15:31:23 +0000
(15:31 +0000)
src/backend/port/tas/solaris_x86_64.s
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/port/tas/solaris_x86_64.s
b/src/backend/port/tas/solaris_x86_64.s
index 4fad43e5a2a88000bce2a0c486426933cbf03ea1..5c33caa4d41668f853294aea05e0476bd88f3509 100644
(file)
--- a/
src/backend/port/tas/solaris_x86_64.s
+++ b/
src/backend/port/tas/solaris_x86_64.s
@@
-1,7
+1,8
@@
/=============================================================================
/ tas.s -- test and set lock for solaris_i386
/ based on i386 ASM with modifications outlined in
-/ http://www.x86-64.org/documentation/assembly
+/ http://www.x86-64.org/documentation/assembly.
+/ This might require flags: -Xa -xtarget=opteron -xarch=amd64
/=============================================================================
.file "tas.s"