Re: [PATCH 1/1] sparc leon: Use -Aleon assembler switch for -mcpu=leon arch
David Miller wrote: > > GCC patches are to be posted to gcc-patches, not gcc. > > I have sent it there.
Re: [PATCH 1/1] sparc leon: Use -Aleon assembler switch for -mcpu=leon arch
GCC patches are to be posted to gcc-patches, not gcc.
[PATCH 1/1] sparc leon: Use -Aleon assembler switch for -mcpu=leon arch
Use -Aleon to enable binutils sparc-leon architecture. The leon-arch binutils GAS has umul/smul and casa enabled. Signed-off-by: Konrad Eisele --- gcc/config/sparc/sparc.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/spar