Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jan 2010 23:02:17 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201849 - head/gnu/usr.bin/cc
Message-ID:  <201001082302.o08N2HBY018513@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Jan  8 23:02:17 2010
New Revision: 201849
URL: http://svn.freebsd.org/changeset/base/201849

Log:
  Back-merge (by hand) r195668:
  
  r195668 | gonzo | 2009-07-13 17:01:12 -0600 (Mon, 13 Jul 2009) | 3 lines
  - Get rid of ugly TARGET_CPU_DEFAULT default. 16 is MASK_DSP
      and was set there due to my ignroance.

Modified:
  head/gnu/usr.bin/cc/Makefile.tgt

Modified: head/gnu/usr.bin/cc/Makefile.tgt
==============================================================================
--- head/gnu/usr.bin/cc/Makefile.tgt	Fri Jan  8 22:58:50 2010	(r201848)
+++ head/gnu/usr.bin/cc/Makefile.tgt	Fri Jan  8 23:02:17 2010	(r201849)
@@ -15,9 +15,6 @@ GCC_CPU=	${TARGET_ARCH}
 .if ${TARGET_ARCH} == "ia64"
 TARGET_CPU_DEFAULT= MASK_GNU_AS|MASK_GNU_LD
 .endif
-.if ${TARGET_ARCH} == "mips"
-TARGET_CPU_DEFAULT= 16
-.endif
 .if ${TARGET_ARCH} == "sparc64"
 TARGET_CPU_DEFAULT= TARGET_CPU_ultrasparc
 .endif



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