summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt>2015-02-22 02:25:17 +0000
committergdt <gdt>2015-02-22 02:25:17 +0000
commit3a3358440317222e3043048e07eb8435af338781 (patch)
tree386de1db574a0a12ca9a6d3df55cff27c05690f9
parent12c03b387f1623e46a746782ece13d76d49cb644 (diff)
downloadpkgsrc-3a3358440317222e3043048e07eb8435af338781.tar.gz
Drop XL compiler information.
This was 7 years old and there is no evidence that anyone has even tried to use it in a very long time. CVS: ---------------------------------------------------------------------- CVS: CVSROOT cvs.NetBSD.org:/cvsroot CVS: please use "PR category/123" to have the commitmsg appended to PR 123
-rw-r--r--bootstrap/README.MacOSX32
1 files changed, 1 insertions, 31 deletions
diff --git a/bootstrap/README.MacOSX b/bootstrap/README.MacOSX
index bb86277711e..8fa7adfba80 100644
--- a/bootstrap/README.MacOSX
+++ b/bootstrap/README.MacOSX
@@ -1,4 +1,4 @@
-$NetBSD: README.MacOSX,v 1.18.4.1 2015/02/22 02:22:42 gdt Exp $
+$NetBSD: README.MacOSX,v 1.18.4.2 2015/02/22 02:25:17 gdt Exp $
* system tools issues
@@ -54,36 +54,6 @@ it may be useful to `git clone https://github.com/jsonn/pkgsrc.git`.
X11 used to be built into Mac OS X, but as of 10.8 it is no longer
included. Install XQuartz from http://xquartz.macosforge.org/landing/
-** XL compiler
-
-[The text in this section dates from 2004-10-07! Please update it if
-you have used XL since then.]
-
-Experimental support for IBM's XL C/C++ compiler is present (tested
-with version 6.0). To use it, set:
-
-PKGSRC_COMPILER=xlc
-
-in mk.conf. XL C uses the Apple provided libtool to create shared
-libraries, however, we must force it to call libtool with the full
-path to avoid calling the pkgsrc provided GNU libtool with arguments
-that it does not understand.
-
-edit the template configuration file /opt/ibmcmp/vac/6.0/etc/vac.base.cfg
-and set:
-
-libtool = /usr/bin/libtool
-
-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
-
* Mac OS X Versions
pkgsrc is a volunteer project, and individuals support/fix packages