diff options
author | gdt <gdt@pkgsrc.org> | 2015-02-22 17:11:34 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2015-02-22 17:11:34 +0000 |
commit | 0adf8f4c7fd65e48bed092674bdec1f692b8db7e (patch) | |
tree | eb5c2e090c42798749a2287b3cc46e6f65576557 /bootstrap | |
parent | fd08ebf7a0ab0df758c9e753c2f55438612f4b15 (diff) | |
download | pkgsrc-0adf8f4c7fd65e48bed092674bdec1f692b8db7e.tar.gz |
Drop xlc compiler information.
This was added in 2004 and there have been no reports of anyone even
trying to use it in many many years. Searching on the web finds only
information from 2003.
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/README.MacOSX | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/bootstrap/README.MacOSX b/bootstrap/README.MacOSX index a75792372df..f8dc24c75ed 100644 --- a/bootstrap/README.MacOSX +++ b/bootstrap/README.MacOSX @@ -1,4 +1,4 @@ -$NetBSD: README.MacOSX,v 1.19 2015/02/22 17:08:17 gdt Exp $ +$NetBSD: README.MacOSX,v 1.20 2015/02/22 17:11:34 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 |