Re: [U-Boot] [PATCH 10/30] riscv: enable -fdata-sections

2018-10-22 Thread Rick Chen
> > On Sat, Oct 20, 2018 at 6:10 AM Lukas Auer > > wrote: > > > > > > Enable the -fdata-sections compiler option for RISC-V. Buildman > > > reports the binary size decrease from this as 8365.3 bytes. > > > > > > Signed-off-by: Lukas Auer > > > --- > > > > > > arch/riscv/config.mk | 3 ++- > > >

Re: [U-Boot] [PATCH 10/30] riscv: enable -fdata-sections

2018-10-22 Thread Bin Meng
On Sat, Oct 20, 2018 at 6:10 AM Lukas Auer wrote: > > Enable the -fdata-sections compiler option for RISC-V. Buildman reports > the binary size decrease from this as 8365.3 bytes. > > Signed-off-by: Lukas Auer > --- > > arch/riscv/config.mk | 3 ++- > 1 file changed, 2 insertions(+), 1

[U-Boot] [PATCH 10/30] riscv: enable -fdata-sections

2018-10-19 Thread Lukas Auer
Enable the -fdata-sections compiler option for RISC-V. Buildman reports the binary size decrease from this as 8365.3 bytes. Signed-off-by: Lukas Auer --- arch/riscv/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/riscv/config.mk b/arch/riscv/config.mk index