diff options
author | grant <grant> | 2004-10-24 11:17:45 +0000 |
---|---|---|
committer | grant <grant> | 2004-10-24 11:17:45 +0000 |
commit | 80b920cee519184be910ca307b909510f9d654dd (patch) | |
tree | f6b13ab12d9511392bbda54c3fee14533a18e387 /bootstrap/README.MacOSX | |
parent | 3a00cfa42267b5623295277817981ac2c7e0d536 (diff) | |
download | pkgsrc-80b920cee519184be910ca307b909510f9d654dd.tar.gz |
note that you need -ma to bootstrap with xlc.
Diffstat (limited to 'bootstrap/README.MacOSX')
-rw-r--r-- | bootstrap/README.MacOSX | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap/README.MacOSX b/bootstrap/README.MacOSX index 3dc1e87c4d5..c59e4b2fd45 100644 --- a/bootstrap/README.MacOSX +++ b/bootstrap/README.MacOSX @@ -1,4 +1,4 @@ -$NetBSD: README.MacOSX,v 1.3 2004/10/07 13:28:48 grant Exp $ +$NetBSD: README.MacOSX,v 1.4 2004/10/24 11:17:45 grant Exp $ Please read "README.Darwin" as well, as everything there also applies to Mac OS X. @@ -68,3 +68,7 @@ then run: /opt/ibmcmp/vacpp/6.0/bin/vacpp_configure -gcc /usr -install -force as root to install the configuration. + +to bootstrap with xlc, you need to make sure CFLAGS contains "-ma": + +env CC=/opt/ibmcmp/vacpp/6.0/bin/xlc CFLAGS=-ma ./bootstrap |