Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Mar 2003 05:08:55 -0800 (PST)
From:      Alexander Langer <alex@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 27110 for review
Message-ID:  <200303191308.h2JD8tcN057215@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=27110

Change 27110 by alex@alex_fump on 2003/03/19 05:08:16

	Don't set COPTFLAGS on TARGET=mips for now, as this breaks the build.
	We might want to remove this later.

Affected files ...

.. //depot/projects/mips/sys/conf/kern.pre.mk#5 edit

Differences ...

==== //depot/projects/mips/sys/conf/kern.pre.mk#5 (text+ko) ====

@@ -18,7 +18,9 @@
 OBJCOPY?=	objcopy
 SIZE?=		size
 
+.if defined(ARCH) && ${ARCH} != "mips"
 COPTFLAGS?=-O -pipe
+.endif
 .if !defined(NO_CPU_COPTFLAGS)
 COPTFLAGS+= ${_CPUCFLAGS}
 .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?200303191308.h2JD8tcN057215>