Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2003 04:55:17 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 25326 for review
Message-ID:  <200302171255.h1HCtHFw096458@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302171255.h1HCtHFw096458>