diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-06 15:58:29 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-06 15:58:29 +0000 |
commit | 8a76c9c70552a8d8d37e473be1b50ca908f0edf7 (patch) | |
tree | 57f3c92439f9e517418ad32ba24cedc2d30e989f /meta/packages/gcc/gcc-4.3.1.inc | |
parent | 4d2a3b6a3d2f6d95f60ac787a990672de69904f5 (diff) | |
download | openembedded-core-8a76c9c70552a8d8d37e473be1b50ca908f0edf7.tar.gz openembedded-core-8a76c9c70552a8d8d37e473be1b50ca908f0edf7.tar.bz2 openembedded-core-8a76c9c70552a8d8d37e473be1b50ca908f0edf7.zip |
gcc-cross-sdl 4.3.1: Merge in two fixes from OE, DEPEND on mpfr-sdk and gmp-sdk, use LD_LIBRBARY_PATH to fine libmpfr
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5417 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc-4.3.1.inc')
-rw-r--r-- | meta/packages/gcc/gcc-4.3.1.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-4.3.1.inc b/meta/packages/gcc/gcc-4.3.1.inc index 3784727d9b..fb1b0a2f74 100644 --- a/meta/packages/gcc/gcc-4.3.1.inc +++ b/meta/packages/gcc/gcc-4.3.1.inc @@ -59,6 +59,8 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ # file://intermask-bigendian.patch;patch=1 \ file://gcc-arm-frename-registers.patch;patch=1 \ file://gcc-release-branch/PR-36500-fix-neon.patch;patch=1 \ + file://gcc-4.3.1-SYSROOT_CFLAGS_FOR_TARGET.patch;patch=1 \ + file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \ " SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " |