diff options
Diffstat (limited to 'recipes-devtools/gcc/gcc-4.5.inc')
-rw-r--r-- | recipes-devtools/gcc/gcc-4.5.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-devtools/gcc/gcc-4.5.inc b/recipes-devtools/gcc/gcc-4.5.inc index 3728fa0e66..ddd9f98399 100644 --- a/recipes-devtools/gcc/gcc-4.5.inc +++ b/recipes-devtools/gcc/gcc-4.5.inc | |||
@@ -14,6 +14,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
14 | 14 | ||
15 | SRCREV = "167948" | 15 | SRCREV = "167948" |
16 | PV = "4.5" | 16 | PV = "4.5" |
17 | INC_PR = "r11" | ||
18 | |||
17 | # BINV should be incremented after updating to a revision | 19 | # BINV should be incremented after updating to a revision |
18 | # after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made | 20 | # after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made |
19 | # the value will be minor-release+1 e.g. if minor release was | 21 | # the value will be minor-release+1 e.g. if minor release was |
@@ -162,6 +164,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH} \ | |||
162 | \ | 164 | \ |
163 | file://optional_libstdc.patch \ | 165 | file://optional_libstdc.patch \ |
164 | file://64bithack.patch \ | 166 | file://64bithack.patch \ |
167 | file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \ | ||
165 | " | 168 | " |
166 | 169 | ||
167 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " | 170 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " |