From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200007171650.MAA28027@smtp3.fas.harvard.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] Porting fun, part II From: "Russ Cox" Date: Mon, 17 Jul 2000 12:50:09 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: dfdebc54-eac8-11e9-9e20-41e7f4b1d025 The reason to have pcc generate .8 or .v or .2 or whatever rather than .o is that we use it to build for multiple architectures in the same directory, just like 8c or vc or 2c, etc. See for example the gs or tex build processes (or don't; they're ugly). I think what you were looking for was ape/psh and then you can use CC=cc which will generate .o's. Russ