Index: head/devel/gcc-arm-embedded/files/patch-src--gcc--gcc--config--arm--arm.h =================================================================== --- head/devel/gcc-arm-embedded/files/patch-src--gcc--gcc--config--arm--arm.h (revision 433166) +++ head/devel/gcc-arm-embedded/files/patch-src--gcc--gcc--config--arm--arm.h (nonexistent) @@ -1,11 +0,0 @@ ---- src/gcc/gcc/config/arm/arm.h.orig 2016-03-30 20:55:09.000000000 +0300 -+++ src/gcc/gcc/config/arm/arm.h 2016-04-19 22:13:19.910442000 +0300 -@@ -2414,7 +2414,7 @@ extern const char *arm_rewrite_mcpu (int - - /* -mcpu=native handling only makes sense with compiler running on - an ARM chip. */ --#if defined(__arm__) -+#if defined(__arm__) && !defined(CROSS_DIRECTORY_STRUCTURE) - extern const char *host_detect_local_cpu (int argc, const char **argv); - # define EXTRA_SPEC_FUNCTIONS \ - { "local_cpu_detect", host_detect_local_cpu }, \ Property changes on: head/devel/gcc-arm-embedded/files/patch-src--gcc--gcc--config--arm--arm.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/gcc-arm-embedded/files/patch-src--gdb--gdb--python--python-config.py =================================================================== --- head/devel/gcc-arm-embedded/files/patch-src--gdb--gdb--python--python-config.py (revision 433166) +++ head/devel/gcc-arm-embedded/files/patch-src--gdb--gdb--python--python-config.py (nonexistent) @@ -1,11 +0,0 @@ ---- src/gdb/gdb/python/python-config.py.orig 2015-11-19 18:54:06.000000000 +0300 -+++ src/gdb/gdb/python/python-config.py 2016-04-20 01:07:39.352468000 +0300 -@@ -58,7 +58,7 @@ for opt in opt_flags: - print (to_unix_path(' '.join(flags))) - - elif opt in ('--libs', '--ldflags'): -- libs = [] -+ libs = ['-L' + sysconfig.PREFIX + "/lib"] - if getvar('LIBS') is not None: - libs.extend(getvar('LIBS').split()) - if getvar('SYSLIBS') is not None: Property changes on: head/devel/gcc-arm-embedded/files/patch-src--gdb--gdb--python--python-config.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/gcc-arm-embedded/files/patch-src_gcc_gcc_config_arm_arm.h =================================================================== --- head/devel/gcc-arm-embedded/files/patch-src_gcc_gcc_config_arm_arm.h (nonexistent) +++ head/devel/gcc-arm-embedded/files/patch-src_gcc_gcc_config_arm_arm.h (revision 433167) @@ -0,0 +1,11 @@ +--- src/gcc/gcc/config/arm/arm.h.orig 2016-12-05 16:07:09 UTC ++++ src/gcc/gcc/config/arm/arm.h +@@ -2273,7 +2273,7 @@ extern const char *arm_target_thumb_only + + /* -mcpu=native handling only makes sense with compiler running on + an ARM chip. */ +-#if defined(__arm__) ++#if defined(__arm__) && !defined(CROSS_DIRECTORY_STRUCTURE) + extern const char *host_detect_local_cpu (int argc, const char **argv); + # define EXTRA_SPEC_FUNCTIONS \ + { "local_cpu_detect", host_detect_local_cpu }, \ Property changes on: head/devel/gcc-arm-embedded/files/patch-src_gcc_gcc_config_arm_arm.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/gcc-arm-embedded/files/patch-src_gdb_gdb_gnulib_import_stddef.in.h =================================================================== --- head/devel/gcc-arm-embedded/files/patch-src_gdb_gdb_gnulib_import_stddef.in.h (nonexistent) +++ head/devel/gcc-arm-embedded/files/patch-src_gdb_gdb_gnulib_import_stddef.in.h (revision 433167) @@ -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 Property changes on: head/devel/gcc-arm-embedded/files/patch-src_gdb_gdb_gnulib_import_stddef.in.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +1 \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/gcc-arm-embedded/files/patch-src_gdb_gdb_python_python-config.py =================================================================== --- head/devel/gcc-arm-embedded/files/patch-src_gdb_gdb_python_python-config.py (nonexistent) +++ head/devel/gcc-arm-embedded/files/patch-src_gdb_gdb_python_python-config.py (revision 433167) @@ -0,0 +1,11 @@ +--- src/gdb/gdb/python/python-config.py.orig 2015-04-14 04:27:11 UTC ++++ src/gdb/gdb/python/python-config.py +@@ -58,7 +58,7 @@ for opt in opt_flags: + print (to_unix_path(' '.join(flags))) + + elif opt in ('--libs', '--ldflags'): +- libs = [] ++ libs = ['-L' + sysconfig.PREFIX + "/lib"] + if getvar('LIBS') is not None: + libs.extend(getvar('LIBS').split()) + if getvar('SYSLIBS') is not None: Property changes on: head/devel/gcc-arm-embedded/files/patch-src_gdb_gdb_python_python-config.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property