diff options
Diffstat (limited to 'recipes/gcc/gcc-3.3.3.inc')
-rw-r--r-- | recipes/gcc/gcc-3.3.3.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-3.3.3.inc b/recipes/gcc/gcc-3.3.3.inc index f0da44b3d8..b6d7648c5e 100644 --- a/recipes/gcc/gcc-3.3.3.inc +++ b/recipes/gcc/gcc-3.3.3.inc @@ -1,6 +1,6 @@ require gcc-common.inc -SRC_URI = "${GNU_MIRROR}/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2 \ +SRC_URI = "${GNU_MIRROR}/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive\ file://config.sub.patch;patch=1 \ file://empty6.patch;patch=1 \ file://pr10392-1-test.patch;patch=1 \ @@ -37,3 +37,6 @@ SRC_URI = "${GNU_MIRROR}/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://gcc-uclibc-3.3-200-code.patch;patch=1 \ file://zecke-xgcc-cpp.patch;patch=1 \ file://bash3.patch;patch=1" + +SRC_URI[archive.md5sum] = "3c6cfd9fcd180481063b4058cf6faff2" +SRC_URI[archive.sha256sum] = "9ac6618495b7dd2ff0cd50abd76fe3c51287efcc724340687407f9fc250bdc6a" |