diff options
author | Martin Bark <martin@barkynet.com> | 2016-06-16 17:05:54 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-01 16:17:21 +0200 |
commit | 8f7203cd5453c93b6b1d6afb9ce4634ec0d9ac7a (patch) | |
tree | 93a4044989f1a8a7e03640596e75856152c4e1be /package/gcc | |
parent | 1474b369638e84090d3f6c2b51a5269076d00be5 (diff) | |
download | buildroot-8f7203cd5453c93b6b1d6afb9ce4634ec0d9ac7a.tar.gz buildroot-8f7203cd5453c93b6b1d6afb9ce4634ec0d9ac7a.zip |
package/upx: fix build with host gcc 6.x
Disable the -Werror gcc option because is causes the following error
when using gcc 6.x on the host.
p_vmlinx.cpp:100:5: error: this ‘if’ clause does not guard...
[-Werror=misleading-indentation] if (a->p_paddr > b->p_paddr) return 1;
Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gcc')
0 files changed, 0 insertions, 0 deletions