diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-02-29 20:09:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-02-29 20:09:45 +0000 |
commit | 14defa32874c8102bcd5b3cff7aee1404a6af853 (patch) | |
tree | bb6459f4846c142dda8bec79af9d97cd819aa79e /toolchain/gcc/patches/5.3.0/880-no_java_section.patch | |
parent | efb9477a12c2729e2166a5aef7b1a32cb00cbc10 (diff) | |
download | master-187ad058-14defa32874c8102bcd5b3cff7aee1404a6af853.tar.gz master-187ad058-14defa32874c8102bcd5b3cff7aee1404a6af853.tar.bz2 master-187ad058-14defa32874c8102bcd5b3cff7aee1404a6af853.zip |
gcc: update gcc 5 to version 5.3.0
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48826 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/patches/5.3.0/880-no_java_section.patch')
-rw-r--r-- | toolchain/gcc/patches/5.3.0/880-no_java_section.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/5.3.0/880-no_java_section.patch b/toolchain/gcc/patches/5.3.0/880-no_java_section.patch new file mode 100644 index 0000000000..def6c9f4a0 --- /dev/null +++ b/toolchain/gcc/patches/5.3.0/880-no_java_section.patch @@ -0,0 +1,11 @@ +--- a/gcc/defaults.h ++++ b/gcc/defaults.h +@@ -380,7 +380,7 @@ see the files COPYING3 and COPYING.RUNTI + /* If we have named section and we support weak symbols, then use the + .jcr section for recording java classes which need to be registered + at program start-up time. */ +-#if defined (TARGET_ASM_NAMED_SECTION) && SUPPORTS_WEAK ++#if 0 && defined (TARGET_ASM_NAMED_SECTION) && SUPPORTS_WEAK + #ifndef JCR_SECTION_NAME + #define JCR_SECTION_NAME ".jcr" + #endif |