From owner-cvs-gnu Sat Jan 10 20:12:10 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA08327 for cvs-gnu-outgoing; Sat, 10 Jan 1998 20:12:10 -0800 (PST) (envelope-from owner-cvs-gnu) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA08181; Sat, 10 Jan 1998 20:11:00 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA05258; Sat, 10 Jan 1998 20:10:27 -0800 (PST) Date: Sat, 10 Jan 1998 20:10:27 -0800 (PST) Message-Id: <199801110410.UAA05258@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/cc Makefile.inc Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/01/10 20:10:27 PST Modified files: gnu/usr.bin/cc Makefile.inc Log: Replace i386 references with ${MACHINE} to make this makefile almost machine independent, with the only dependency being the binary format to build. We only expect to build ELF on alpha although we'll need ECOFF compatibility with Digital Unix. Revision Changes Path 1.21 +11 -7 src/gnu/usr.bin/cc/Makefile.inc