diff options
Diffstat (limited to 'recipes/gcc/gcc-cross_4.3.3.bb')
-rw-r--r-- | recipes/gcc/gcc-cross_4.3.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-cross_4.3.3.bb b/recipes/gcc/gcc-cross_4.3.3.bb index 94b98b9e63..72016b96e5 100644 --- a/recipes/gcc/gcc-cross_4.3.3.bb +++ b/recipes/gcc/gcc-cross_4.3.3.bb @@ -9,3 +9,6 @@ SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " EXTRA_OECONF += " --enable-cheaders=c_std --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}" ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" + +SRC_URI[md5sum] = "cc3c5565fdb9ab87a05ddb106ba0bd1f" +SRC_URI[sha256sum] = "309f614a3c7fee88edc4928ff17185a19533949a1642ccf776e87d86303704de" |