summaryrefslogtreecommitdiff
path: root/bootstrap/README.MacOSX
diff options
context:
space:
mode:
authorgrant <grant>2004-10-24 11:17:45 +0000
committergrant <grant>2004-10-24 11:17:45 +0000
commit8ae720b2c3e95d821b8ac631df3c5c35e32f80d0 (patch)
treef6b13ab12d9511392bbda54c3fee14533a18e387 /bootstrap/README.MacOSX
parentc5221c7d26a6f95ebab2114cb2274212ad41b588 (diff)
downloadpkgsrc-8ae720b2c3e95d821b8ac631df3c5c35e32f80d0.tar.gz
note that you need -ma to bootstrap with xlc.
Diffstat (limited to 'bootstrap/README.MacOSX')
-rw-r--r--bootstrap/README.MacOSX6
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