- 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:
Oleksandr Tymoshenko 2009-07-13 23:01:12 +00:00
parent 1e0b0febf6
commit 3f792ee53a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/mips/; revision=195668

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