mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
(1) Add patch from devel/gdb to fix build on 11-RELEASE (but 11-STABLE doesn't
have this problem). (2) Regenerate and rename patches.
This commit is contained in:
parent
57df98e973
commit
c9da35e4b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433167
3 changed files with 16 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
--- src/gcc/gcc/config/arm/arm.h.orig 2016-03-30 20:55:09.000000000 +0300
|
--- src/gcc/gcc/config/arm/arm.h.orig 2016-12-05 16:07:09 UTC
|
||||||
+++ src/gcc/gcc/config/arm/arm.h 2016-04-19 22:13:19.910442000 +0300
|
+++ src/gcc/gcc/config/arm/arm.h
|
||||||
@@ -2414,7 +2414,7 @@ extern const char *arm_rewrite_mcpu (int
|
@@ -2273,7 +2273,7 @@ extern const char *arm_target_thumb_only
|
||||||
|
|
||||||
/* -mcpu=native handling only makes sense with compiler running on
|
/* -mcpu=native handling only makes sense with compiler running on
|
||||||
an ARM chip. */
|
an ARM chip. */
|
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/gdb/gdb/gnulib/import/stddef.in.h.orig 2015-08-26 16:08:17 UTC
|
||||||
|
+++ src/gdb/gdb/gnulib/import/stddef.in.h
|
||||||
|
@@ -82,7 +82,7 @@
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Some platforms lack max_align_t. */
|
||||||
|
-#if !@HAVE_MAX_ALIGN_T@
|
||||||
|
+#if 0
|
||||||
|
/* On the x86, the maximum storage alignment of double, long, etc. is 4,
|
||||||
|
but GCC's C11 ABI for x86 says that max_align_t has an alignment of 8,
|
||||||
|
and the C11 standard allows this. Work around this problem by
|
|
@ -1,5 +1,5 @@
|
||||||
--- src/gdb/gdb/python/python-config.py.orig 2015-11-19 18:54:06.000000000 +0300
|
--- src/gdb/gdb/python/python-config.py.orig 2015-04-14 04:27:11 UTC
|
||||||
+++ src/gdb/gdb/python/python-config.py 2016-04-20 01:07:39.352468000 +0300
|
+++ src/gdb/gdb/python/python-config.py
|
||||||
@@ -58,7 +58,7 @@ for opt in opt_flags:
|
@@ -58,7 +58,7 @@ for opt in opt_flags:
|
||||||
print (to_unix_path(' '.join(flags)))
|
print (to_unix_path(' '.join(flags)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue