mips.h (BASE_DRIVER_SELF_SPECS): Infer -mdspr2 for the the 74K.

2010-08-31  Catherine Moore  <clm@codesourcery.com>

	* config/mips/mips.h (BASE_DRIVER_SELF_SPECS):
	Infer -mdspr2 for the the 74K.

From-SVN: r163656
This commit is contained in:
Catherine Moore 2010-08-30 14:57:30 -04:00 committed by Catherine Moore
parent b960ce040d
commit 037f997371
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-08-31 Catherine Moore <clm@codesourcery.com>
* config/mips/mips.h (BASE_DRIVER_SELF_SPECS):
Infer -mdspr2 for the the 74K.
2010-08-30 Jakub Jelinek <jakub@redhat.com>
PR debug/45419

View File

@ -761,7 +761,9 @@ enum mips_code_readable_setting {
/* A spec that infers the -mdsp setting from an -march argument. */
#define BASE_DRIVER_SELF_SPECS \
"%{!mno-dsp:%{march=24ke*|march=34k*|march=74k*|march=1004k*: -mdsp}}"
"%{!mno-dsp: \
%{march=24ke*|march=34k*|march=1004k*: -mdsp} \
%{march=74k*:%{!mno-dspr2: -mdspr2 -mdsp}}}"
#define DRIVER_SELF_SPECS BASE_DRIVER_SELF_SPECS