summaryrefslogtreecommitdiff
path: root/cross/avr-gcc
diff options
context:
space:
mode:
authordsainty <dsainty>2012-12-12 23:44:40 +0000
committerdsainty <dsainty>2012-12-12 23:44:40 +0000
commitab9594bc8568b4c1989213582594757594ef5190 (patch)
tree372d03319a6b4f05f99e02871ee66de0d4455da1 /cross/avr-gcc
parent629f00747fb4382276f6c4ec0a69c49725b6f5dd (diff)
downloadpkgsrc-ab9594bc8568b4c1989213582594757594ef5190.tar.gz
There is already a 'static' keyword present for part of this patch, so
patching in a second one is unnecessary, and for some compilers (GCC 4.4) fatal at build time.
Diffstat (limited to 'cross/avr-gcc')
-rw-r--r--cross/avr-gcc/distinfo4
-rw-r--r--cross/avr-gcc/patches/patch-gcc_cp_cfns.h11
2 files changed, 4 insertions, 11 deletions
diff --git a/cross/avr-gcc/distinfo b/cross/avr-gcc/distinfo
index 64c4c7560c5..9fd1f49feee 100644
--- a/cross/avr-gcc/distinfo
+++ b/cross/avr-gcc/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2012/11/16 00:38:21 joerg Exp $
+$NetBSD: distinfo,v 1.7 2012/12/12 23:44:40 dsainty Exp $
SHA1 (gcc-core-4.4.1.tar.bz2) = 7e18b5f49b77a78e0ccd31c82c6220c5756da754
RMD160 (gcc-core-4.4.1.tar.bz2) = 6545aea8ad1c9ae55cb0f12991456a0dd3bc490d
@@ -9,5 +9,5 @@ Size (gcc-g++-4.4.1.tar.bz2) = 5936040 bytes
SHA1 (patch-aa) = 17ee1942842186c4336d72bb8223bdb3023c85c1
SHA1 (patch-ab) = 4a3ab9719a6714933954a120ad8c594c3a4a2e1f
SHA1 (patch-ac) = 14dbe72be88bd6fb0fd8671494454a6d4c11c4b7
-SHA1 (patch-gcc_cp_cfns.h) = cf57820c0ae992b30cb4f2be85521ea1fcf735d5
+SHA1 (patch-gcc_cp_cfns.h) = 747e918b167d120965de09f9ef3b563e8f8afdf6
SHA1 (patch-gcc_toplev.h) = 4378a41650336b91b376fcf158570290e1ef3714
diff --git a/cross/avr-gcc/patches/patch-gcc_cp_cfns.h b/cross/avr-gcc/patches/patch-gcc_cp_cfns.h
index d960d3ecd50..2a5f3d2d6d6 100644
--- a/cross/avr-gcc/patches/patch-gcc_cp_cfns.h
+++ b/cross/avr-gcc/patches/patch-gcc_cp_cfns.h
@@ -1,8 +1,8 @@
-$NetBSD: patch-gcc_cp_cfns.h,v 1.1 2012/11/16 00:38:21 joerg Exp $
+$NetBSD: patch-gcc_cp_cfns.h,v 1.2 2012/12/12 23:44:40 dsainty Exp $
--- gcc/cp/cfns.h.orig 2012-11-14 17:13:55.000000000 +0000
+++ gcc/cp/cfns.h
-@@ -35,13 +35,13 @@ __inline
+@@ -35,7 +35,7 @@
#endif
static unsigned int hash (const char *, unsigned int);
#ifdef __GNUC__
@@ -11,10 +11,3 @@ $NetBSD: patch-gcc_cp_cfns.h,v 1.1 2012/11/16 00:38:21 joerg Exp $
#endif
const char * libc_name_p (const char *, unsigned int);
/* maximum key range = 391, duplicates = 0 */
-
- #ifdef __GNUC__
--__inline
-+static __inline
- #else
- #ifdef __cplusplus
- inline