From owner-p4-projects Sat Oct 12 17: 9:41 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D34DB37B404; Sat, 12 Oct 2002 17:09:39 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81DD137B401 for ; Sat, 12 Oct 2002 17:09:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28F9343E77 for ; Sat, 12 Oct 2002 17:09:39 -0700 (PDT) (envelope-from jmallett@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D09DMt047379 for ; Sat, 12 Oct 2002 17:09:13 -0700 (PDT) (envelope-from jmallett@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9D09DGu047376 for perforce@freebsd.org; Sat, 12 Oct 2002 17:09:13 -0700 (PDT) Date: Sat, 12 Oct 2002 17:09:13 -0700 (PDT) Message-Id: <200210130009.g9D09DGu047376@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmallett@freebsd.org using -f From: Juli Mallett Subject: PERFORCE change 19179 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=19179 Change 19179 by jmallett@jmallett_thefather on 2002/10/12 17:08:37 Add the MIPS platform, and add an error case for the undef case. Affected files ... .. //depot/projects/mips/gnu/usr.bin/cc/Makefile.tgt#2 edit Differences ... ==== //depot/projects/mips/gnu/usr.bin/cc/Makefile.tgt#2 (text+ko) ==== @@ -15,4 +15,8 @@ .elif ${TARGET_ARCH} == "sparc64" GCC_CPU= sparc TARGET_CPU_DEFAULT= TARGET_CPU_ultrasparc +.elif ${TARGET_ARCH} == "mips" +GCC_CPU= mips +.else +.error Unsupported CPU type for GCC. .endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message