pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap note that you need -ma to bootstrap with xlc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aca631303503
branches:  trunk
changeset: 482291:aca631303503
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Oct 24 11:17:45 2004 +0000

description:
note that you need -ma to bootstrap with xlc.

diffstat:

 bootstrap/README.MacOSX |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6f4c9647e62b -r aca631303503 bootstrap/README.MacOSX
--- a/bootstrap/README.MacOSX   Sun Oct 24 08:58:01 2004 +0000
+++ b/bootstrap/README.MacOSX   Sun Oct 24 11:17:45 2004 +0000
@@ -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 @@
 /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



Home | Main Index | Thread Index | Old Index