diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-12-06 16:03:16 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-12-07 08:34:33 +0100 |
commit | e0c39672e958dac5cff800d101cbf00fdf401ff5 (patch) | |
tree | aab8b34f0cab641ca4a70584eb45f7929543376d /package/gcc/5.2.0/201-libgcc-remove-unistd-header.patch | |
parent | a4a1c47f289ef2d8e3a888f65a617444dccd8baa (diff) | |
download | buildroot-e0c39672e958dac5cff800d101cbf00fdf401ff5.tar.gz buildroot-e0c39672e958dac5cff800d101cbf00fdf401ff5.zip |
gcc: bump 5.x series to version 5.3.0
201-libgcc-remove-unistd-header.patch is upstream so remove it.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gcc/5.2.0/201-libgcc-remove-unistd-header.patch')
-rw-r--r-- | package/gcc/5.2.0/201-libgcc-remove-unistd-header.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/gcc/5.2.0/201-libgcc-remove-unistd-header.patch b/package/gcc/5.2.0/201-libgcc-remove-unistd-header.patch deleted file mode 100644 index 20d1c06de8..0000000000 --- a/package/gcc/5.2.0/201-libgcc-remove-unistd-header.patch +++ /dev/null @@ -1,14 +0,0 @@ -Upstream status: In progress - -Index: b/libgcc/config/nios2/linux-atomic.c -=================================================================== ---- a/libgcc/config/nios2/linux-atomic.c -+++ b/libgcc/config/nios2/linux-atomic.c -@@ -20,7 +20,6 @@ - see the files COPYING3 and COPYING.RUNTIME respectively. If not, see - <http://www.gnu.org/licenses/>. */ - --#include <asm/unistd.h> - #define EFAULT 14 - #define EBUSY 16 - #define ENOSYS 38 |