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.
This commit is contained in:
Warner Losh 2010-01-08 23:02:17 +00:00
parent 30215f483e
commit 9531b8c0b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201849

View File

@ -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