diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-07-17 11:31:13 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-18 11:16:53 +0200 |
commit | c51697185fdb5d165531f3adf3e8c4cd75509513 (patch) | |
tree | 47fa3be563bc8831ee4b167de8b143850ee889bf /package/gcc/5.2.0/201-libgcc-remove-unistd-header.patch | |
parent | 2b33dc30b834aedea8c14999edbd7b6417f412a1 (diff) | |
download | buildroot-c51697185fdb5d165531f3adf3e8c4cd75509513.tar.gz buildroot-c51697185fdb5d165531f3adf3e8c4cd75509513.zip |
gcc: bump 5.x series to version 5.2.0
Also rename the BR2_GCC_VERSION_5_1_X symbol to BR2_GCC_VERSION_5_X to
reflect this change to match the new versioning scheme.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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, 14 insertions, 0 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 new file mode 100644 index 0000000000..20d1c06de8 --- /dev/null +++ b/package/gcc/5.2.0/201-libgcc-remove-unistd-header.patch @@ -0,0 +1,14 @@ +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 |