diff options
author | rillig <rillig> | 2007-02-22 07:05:57 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-02-22 07:05:57 +0000 |
commit | 18f24a6f33fd102c3998cd979533684c71b14b73 (patch) | |
tree | 55878b7aef38db8e7841c4922932f82e72082519 /mk/defaults | |
parent | 4c571473760a0540290b7d837800fb50aa401a61 (diff) | |
download | pkgsrc-18f24a6f33fd102c3998cd979533684c71b14b73.tar.gz |
Updated the ABI documentation, which also works on Solaris.
Diffstat (limited to 'mk/defaults')
-rw-r--r-- | mk/defaults/mk.conf | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 66aaac73c3e..9a56e277460 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.148 2007/02/04 23:23:40 rillig Exp $ +# $NetBSD: mk.conf,v 1.149 2007/02/22 07:05:57 rillig Exp $ # # This file provides default values for variables that may be overridden @@ -100,12 +100,26 @@ PKGSRC_SLEEPSECS?= 5 # #ABI= -# The ABI to be used, if supported by the Operating System and/or compiler. -# Currently only used under IRIX and explicitly set during bootstrapping +# The Application Binary Interface (ABI) to be used, if supported by the +# Operating System and/or compiler. +# # Only change this if you really know what you're doing -- libraries of # one ABI can not be linked with libraries of another! -# Possible: 64 (64 bit ABI), 32 (SGI's N32 ABI), undefined (SGI's old o32 ABI) -# Default: determined during bootstrapping +# +# Currently only usable on IRIX or Solaris. On IRIX, it is set +# automatically by the bootstrap script, on Solaris, it is not. +# +# If you change it, be sure that _all_ the installed libraries and +# programs have the same API and use consistent compiler options. It is +# recommended that this variable be only changed directly after +# bootstrapping pkgsrc. +# +# Possible values: +# * 64 (64 bit ABI; both IRIX or Solaris) +# * 32 (SGI's N32 ABI; only IRIX) +# * undefined (SGI's old o32 ABI; only IRIX) +# +# Default: undefined, but see above. #PKG_DEVELOPER= yes # |