gcc: 4.9.2: Add patch to remove a wrong header
authorEzequiel García <ezequiel@vanguardiasur.com.ar>
Tue, 17 Feb 2015 16:26:53 +0000 (13:26 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 19 Feb 2015 21:04:26 +0000 (22:04 +0100)
commit31b5509af5ab73189efa0561a387ed71e40cd176
tree1c37ec20f20f2d4b5cb6c9c1a1732b69ab487e60
parent66ee6dc8721ce8746a8352f02f52663b90887c63
gcc: 4.9.2: Add patch to remove a wrong header

This commit adds a patch to gcc removing a unistd.h header include
in libgcc/config/nios2/linux-atomic.c

The file is built as part of GCC first stage (host-gcc-initial),
and so the header is not accesible. Given the header is not needed
it's fine to simply remove it.

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gcc/4.9.2/920-libgcc-remove-unistd-header.patch [new file with mode: 0644]