svn commit: r195668 - projects/mips/gnu/usr.bin/cc

Oleksandr Tymoshenko gonzo at FreeBSD.org
Mon Jul 13 23:01:12 UTC 2009


Author: gonzo
Date: Mon Jul 13 23:01:12 2009
New Revision: 195668
URL: http://svn.freebsd.org/changeset/base/195668

Log:
  - Get rid of ugly TARGET_CPU_DEFAULT default. 16 is MASK_DSP
      and was set there due to my ignroance.

Modified:
  projects/mips/gnu/usr.bin/cc/Makefile.tgt

Modified: projects/mips/gnu/usr.bin/cc/Makefile.tgt
==============================================================================
--- projects/mips/gnu/usr.bin/cc/Makefile.tgt	Mon Jul 13 22:13:13 2009	(r195667)
+++ projects/mips/gnu/usr.bin/cc/Makefile.tgt	Mon Jul 13 23:01:12 2009	(r195668)
@@ -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


More information about the svn-src-projects mailing list