summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.3.5/995-short-enums.diff
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-11-04 14:17:06 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-11-04 14:17:06 +0000
commit83cccb37e9c5a36b06bf0ad05df0b61ba7e75f34 (patch)
tree9503686e994b2c3ad2016ddd466e8568ef31ed44 /toolchain/gcc/patches/4.3.5/995-short-enums.diff
parent61c948163d164c338de3bb040422b00c9a217f9b (diff)
[toolchain]: add avr32 support to gcc 4.3.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23865 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/patches/4.3.5/995-short-enums.diff')
-rw-r--r--toolchain/gcc/patches/4.3.5/995-short-enums.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/patches/4.3.5/995-short-enums.diff b/toolchain/gcc/patches/4.3.5/995-short-enums.diff
index 03c470c9e..bd72f1a4c 100644
--- a/toolchain/gcc/patches/4.3.5/995-short-enums.diff
+++ b/toolchain/gcc/patches/4.3.5/995-short-enums.diff
@@ -3,7 +3,7 @@ Index: gcc-4.3.0/gcc/tree.h
===================================================================
--- gcc-4.3.0/gcc/tree.h (revision 130511)
+++ gcc-4.3.0/gcc/tree.h (working copy)
-@@ -38,6 +38,7 @@
+@@ -39,6 +39,7 @@
LAST_AND_UNUSED_TREE_CODE /* A convenient way to get a value for
NUM_TREE_CODES. */