From owner-p4-projects Mon Feb 17 4:55:20 2003 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3927337B405; Mon, 17 Feb 2003 04:55:19 -0800 (PST) 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 BECA937B401 for ; Mon, 17 Feb 2003 04:55:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59FA843FA3 for ; Mon, 17 Feb 2003 04:55:18 -0800 (PST) (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 h1HCtIbv096461 for ; Mon, 17 Feb 2003 04:55:18 -0800 (PST) (envelope-from jmallett@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1HCtHFw096458 for perforce@freebsd.org; Mon, 17 Feb 2003 04:55:17 -0800 (PST) Date: Mon, 17 Feb 2003 04:55:17 -0800 (PST) Message-Id: <200302171255.h1HCtHFw096458@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmallett@freebsd.org using -f From: Juli Mallett Subject: PERFORCE change 25326 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=25326 Change 25326 by jmallett@jmallett_dalek on 2003/02/17 04:54:39 As far as I can tell, MIPS doesn't tend to use crtfastmath. Affected files ... .. //depot/projects/mips/gnu/lib/csu/Makefile#3 edit Differences ... ==== //depot/projects/mips/gnu/lib/csu/Makefile#3 (text+ko) ==== @@ -27,7 +27,7 @@ TGTOBJS= crtsavres.o SRCS+= crtsavres.asm .endif -.if ${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "mips" || ${TARGET_ARCH} == "sparc64" +.if ${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "sparc64" TGTOBJS= crtfastmath.o SRCS+= crtfastmath.c .endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message