summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-10-24 11:17:45 +0000
committergrant <grant@pkgsrc.org>2004-10-24 11:17:45 +0000
commit35ca82ab5cd0d75eabb5967940b519d60e96c5b8 (patch)
treef6b13ab12d9511392bbda54c3fee14533a18e387 /bootstrap
parentda7b526f6f1a32587f1b2b1711b5aba3d2d2f517 (diff)
downloadpkgsrc-35ca82ab5cd0d75eabb5967940b519d60e96c5b8.tar.gz
note that you need -ma to bootstrap with xlc.
Diffstat (limited to 'bootstrap')
-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