From 9531b8c0b4c9d24f67e186ec0cc9d1e62ff6b1c6 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 8 Jan 2010 23:02:17 +0000 Subject: [PATCH] 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. --- gnu/usr.bin/cc/Makefile.tgt | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/usr.bin/cc/Makefile.tgt b/gnu/usr.bin/cc/Makefile.tgt index dc6cc81f39a1..3cb9678a0025 100644 --- a/gnu/usr.bin/cc/Makefile.tgt +++ b/gnu/usr.bin/cc/Makefile.tgt @@ -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