Re: [U-Boot] [PATCH 07/30] riscv: set -march and -mabi based on the Kconfig configuration

2018-10-24 Thread Bin Meng
Hi Lukas, On Wed, Oct 24, 2018 at 11:57 PM Auer, Lukas wrote: > > Hi Bin, > > On Mon, 2018-10-22 at 15:21 +0800, Bin Meng wrote: > > Hi Lukas, > > > > On Sat, Oct 20, 2018 at 6:09 AM Lukas Auer > > wrote: > > > > > > Use the new Kconfig entries to construct the ISA string for the > > > -march >

Re: [U-Boot] [PATCH 07/30] riscv: set -march and -mabi based on the Kconfig configuration

2018-10-24 Thread Auer, Lukas
Hi Bin, On Mon, 2018-10-22 at 15:21 +0800, Bin Meng wrote: > Hi Lukas, > > On Sat, Oct 20, 2018 at 6:09 AM Lukas Auer > wrote: > > > > Use the new Kconfig entries to construct the ISA string for the > > -march > > compiler flag. The -mabi compiler flag is selected based on the > > base > >

Re: [U-Boot] [PATCH 07/30] riscv: set -march and -mabi based on the Kconfig configuration

2018-10-22 Thread Bin Meng
Hi Lukas, On Sat, Oct 20, 2018 at 6:09 AM Lukas Auer wrote: > > Use the new Kconfig entries to construct the ISA string for the -march > compiler flag. The -mabi compiler flag is selected based on the base > integer instruction set. > > With this change, the C (compressed instructions) ISA

[U-Boot] [PATCH 07/30] riscv: set -march and -mabi based on the Kconfig configuration

2018-10-19 Thread Lukas Auer
Use the new Kconfig entries to construct the ISA string for the -march compiler flag. The -mabi compiler flag is selected based on the base integer instruction set. With this change, the C (compressed instructions) ISA extension is now enabled for all boards with CONFIG_RISCV_ISA_C set. Buildman