[dpdk-dev] [PATCH v3 13/17] gcc/arm: avoid alignment errors to break build

2015-10-28 Thread Jan Viktorin
On Wed, 28 Oct 2015 13:16:24 +0100 David Marchand wrote: > On Tue, Oct 27, 2015 at 8:13 PM, Jan Viktorin > wrote: > > > There several issues with alignment when compiling for ARMv7. > > They are not considered to be fatal (ARMv7 supports unaligned > > access of 32b words), so we just leave them

[dpdk-dev] [PATCH v3 13/17] gcc/arm: avoid alignment errors to break build

2015-10-28 Thread David Marchand
On Tue, Oct 27, 2015 at 8:13 PM, Jan Viktorin wrote: > There several issues with alignment when compiling for ARMv7. > They are not considered to be fatal (ARMv7 supports unaligned > access of 32b words), so we just leave them as warnings. They > should be solved later, however. > > Signed-off-by

[dpdk-dev] [PATCH v3 13/17] gcc/arm: avoid alignment errors to break build

2015-10-27 Thread Jan Viktorin
There several issues with alignment when compiling for ARMv7. They are not considered to be fatal (ARMv7 supports unaligned access of 32b words), so we just leave them as warnings. They should be solved later, however. Signed-off-by: Jan Viktorin Signed-off-by: Vlastimil Kosar --- mk/toolchain/