From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id b6407e1a for ; Thu, 11 Jul 2019 15:12:39 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 7C34894BD7; Fri, 12 Jul 2019 01:12:38 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 413369480A; Fri, 12 Jul 2019 01:12:13 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 85B669480A; Fri, 12 Jul 2019 01:12:10 +1000 (AEST) Received: from freefriends.org (freefriends.org [96.88.95.60]) by minnie.tuhs.org (Postfix) with ESMTPS id D85A4947D8 for ; Fri, 12 Jul 2019 01:12:08 +1000 (AEST) X-Envelope-From: arnold@skeeve.com Received: from freefriends.org (freefriends.org [96.88.95.60]) by freefriends.org (8.14.7/8.14.7) with ESMTP id x6BFC11O013586 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 11 Jul 2019 09:12:02 -0600 Received: (from arnold@localhost) by freefriends.org (8.14.7/8.14.7/Submit) id x6BFC1JE013584; Thu, 11 Jul 2019 09:12:01 -0600 From: arnold@skeeve.com Message-Id: <201907111512.x6BFC1JE013584@freefriends.org> X-Authentication-Warning: frenzy.freefriends.org: arnold set sender to arnold@skeeve.com using -f Date: Thu, 11 Jul 2019 09:12:01 -0600 To: tuhs@tuhs.org, jsteve@superglobalmegacorp.com References: <8235a090-c48a-4587-8974-23305233bc33@PU1APC01FT026.eop-APC01.prod.protection.outlook.com> In-Reply-To: <8235a090-c48a-4587-8974-23305233bc33@PU1APC01FT026.eop-APC01.prod.protection.outlook.com> User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [TUHS] PCC for the i386 X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Jason Stevens wrote: > Does anyone know where the 386 port from PCC came from? > > While trying to build a Tahoe userland for the i386, it seems that > everything was built with GCC… Was there a PCC for the i386 around > ’88-90? It seems after the rapid demise of the Tahoe/Harris HCX-9 > that the non Vax/HCX-9 platforms had moved to GCC? I'm pretty sure that from Tahoe on UCB just used GCC. The PCC based compiler for i386 was available on System V ports, but by then UCB wasn't using code from AT&T. You can get a modernized PCC from http://pcc.ludd.ltu.se/ (CVS) or my git mirror at https://github.com/arnoldrobbins/pcc-revived. HTH, Arnold