attr: build fix for GCC < 4.5
authorHollis Blanchard <hollis_blanchard@mentor.com>
Mon, 30 Jul 2018 22:02:17 +0000 (15:02 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 31 Jul 2018 19:45:26 +0000 (21:45 +0200)
commitf910320143c12b9bed27733640e4c5441afe0f32
tree125e2e498d8a78c85fb7404af19139b81c192dc1
parentbb3f944d6669dbf292b9b7693d0bcc3bb351300b
attr: build fix for GCC < 4.5

GCC 4.4 and before do not support a message associated to the
"deprecated" gcc attribute. Since such messages are not that useful in
the context of Buildroot, this commit adds a patch that removes them
in the attr source code.

Signed-off-by: Hollis Blanchard <hollis_blanchard@mentor.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/attr/0001-build-with-older-GCCs.patch [new file with mode: 0644]