Commit 037f9973 by Catherine Moore Committed by Catherine Moore

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
parent b960ce04
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment