mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-21 12:39:58 +08:00
(override_options): Set default for alpha_cpu from TARGET_CPU_DEFAULT.
From-SVN: r14508
This commit is contained in:
parent
08fc018489
commit
74dad6cee4
@ -105,7 +105,8 @@ static void alpha_sa_mask PROTO((unsigned long *imaskP,
|
||||
void
|
||||
override_options ()
|
||||
{
|
||||
alpha_cpu = PROCESSOR_EV4;
|
||||
alpha_cpu
|
||||
= TARGET_CPU_DEFAULT & MASK_CPU_EV5 ? PROCESSOR_EV5 : PROCESSOR_EV4;
|
||||
|
||||
if (alpha_cpu_string)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user