From @sq.sq.com,@yonge.csri.toronto.edu:root@lambada.acs.unc.edu Mon Apr 15 07:54:34 1991
Return-Path: <@sq.sq.com,@yonge.csri.toronto.edu:root@lambada.acs.unc.edu>
Received: from sq.sq.com by sqlee.sq.com (4.0/SMI-4.0)
	id AA02310; Mon, 15 Apr 91 07:54:33 EST
Received: by sq.sq.com (/\=-/\ Smail3.1.18.1 #18.1)
	id <m0jST4M-00014PC@sq.sq.com>; Mon, 15 Apr 91 08:54 EDT
Received: from lambada.acs.unc.edu (-:lambada.acs.unc.edu:-) by yonge.csri.toronto.edu via TCP with SMTP id AA01311; Mon, 15 Apr 91 08:53:37 EDT
Received: by lambada.acs.unc.edu (AIX 3.1/UCB 5.61/TAS/11-16-88)
	id AA11042; Mon, 15 Apr 91 08:51:15 -0400
Date: Mon, 15 Apr 91 08:51:15 -0400
From: the ROOT <root@lambada.acs.unc.edu>
Message-Id: <9104151251.AA11042@lambada.acs.unc.edu>
To: lee@sq.com
Subject: /etc/xlc.cfg
Status: RO


Lee,

	You will need to add the bsdcc stuff from this file.

	If you have trouble with the diffs, I can just send you the whole
port.

	One more thing -  in wordrules.h, do I only need to change

#define FileBlockSize (128 * (MinWordLength + 1))

to

#define FileBlockSize (256 * (MinWordLength + 1))

to allow 8 bit indexing?  I vaguely remember something about this
in the documentation (I think - could be losing my mind though) but
couldn't find it.....


	Jim

* @(#) xlc.cfg 1.6 5/20/90 12:12:51
*
* COMPONENT_NAME: (CC) AIX XL C Compiler/6000
*
* FUNCTIONS: C Configuration file
*
* ORIGINS: 27
*
* (C) COPYRIGHT International Business Machines Corp. 1989, 1990
* All Rights Reserved
* Licensed Materials - Property of IBM
*
* US Government Users Restricted Rights - Use, duplication or
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*
 
* standard c compiler
xlc:    use        = DEFLT
        crt        = /lib/crt0.o
        mcrt       = /lib/mcrt0.o
        gcrt       = /lib/gcrt0.o
        libraries  = -lc
        proflibs   = -L/lib/profiled,-L/usr/lib/profiled
        options    = -H512,-T512, -D_ANSI_C_SOURCE
 
* standard c compiler aliased as cc
cc:     use        = DEFLT
        crt        = /lib/crt0.o
        mcrt       = /lib/mcrt0.o
        gcrt       = /lib/gcrt0.o
        libraries  = -lc
        proflibs   = -L/lib/profiled,-L/usr/lib/profiled
        options    = -H512,-T512, -qlanglvl=extended, -qnoro
 
bsdcc:     use        = DEFLT
        crt        = /lib/crt0.o
        mcrt       = /lib/mcrt0.o
        gcrt       = /lib/gcrt0.o
        libraries  = -lbsd, -lc
        proflibs   = -L/lib/profiled,-L/usr/lib/profiled
        options    = -H512,-T512, -qlanglvl=extended, -qnoro,
		     -D_BSD, -D_NONSTD_TYPES, -D_NO_PROTO, -tp,
		     -B/lib/
 
* standard c compiler aliased as c89
c89:    use        = DEFLT
        crt        = /lib/crt0.o
        mcrt       = /lib/mcrt0.o
        gcrt       = /lib/gcrt0.o
        libraries  = -lc
        proflibs   = -L/lib/profiled,-L/usr/lib/profiled
        options    = -H512,-T512, -D_ANSI_C_SOURCE
 
 
* common definitions
DEFLT:  xlc        = /usr/lpp/xlc/bin/xlcentry
        as         = /bin/as
        ld         = /bin/ld
        options    = -D_IBMR2,-D_AIX,-bhalt:4
        ldopt      = "b:o:e:u:R:H:Y:Z:L:T:A:V:k:j:"

