Re: [PATCH] Use leon3 target for native LEON on Linux

2015-06-26 Thread Eric Botcazou
> 2015-06-23 Daniel Cederman > > * config/sparc/driver-sparc.c: map /proc/cpuinfo with CPU LEON > to leon3 OK for mainline and 5 branch (and 4.9 branch once it reopens), but the ChangeLog entry should be: * config/sparc/driver-sparc.c (cpu_names): Map LEON to leon3. -

[PATCH] Use leon3 target for native LEON on Linux

2015-06-23 Thread Daniel Cederman
Linux requires LEON version 3 or above with CASA support. gcc/ChangeLog: 2015-06-23 Daniel Cederman * config/sparc/driver-sparc.c: map /proc/cpuinfo with CPU LEON to leon3 --- gcc/config/sparc/driver-sparc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/config/spa