mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-03-13 02:26:59 +01:00

GCC 6.4.0 has one big advantage over 6.3.0: it is shipped as .tar.xz, shaving 30 MB from its download size, and also considerably speeding up the extraction process. All patches are copies of the GCC 6.3.0 ones, except 0004-posix_memalign.diff which was rebased to apply cleanly. 0014-ubsan-empty-string-fix.diff was removed, since it was upstreamed.
14 lines
570 B
Diff
14 lines
570 B
Diff
diff --git a/libgcc/config/mips/linux-unwind.h b/libgcc/config/mips/linux-unwind.h
|
|
index bf12de5..4035c121 100644
|
|
--- a/libgcc/config/mips/linux-unwind.h
|
|
+++ b/libgcc/config/mips/linux-unwind.h
|
|
@@ -27,7 +27,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|
state data appropriately. See unwind-dw2.c for the structs. */
|
|
|
|
#include <signal.h>
|
|
-#include <asm/unistd.h>
|
|
+#include <sys/syscall.h>
|
|
|
|
/* The third parameter to the signal handler points to something with
|
|
* this structure defined in asm/ucontext.h, but the name clashes with
|