diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-31 13:43:09 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-31 13:43:09 +0100 |
commit | 70abb2e3e8671b3d10c7db5a16e37d646014a4b6 (patch) | |
tree | bdbe5b34f6afac6723e6d6957e2ad9ed4ebdaffa /meta/packages/gcc/gcc-cross4.inc | |
parent | fb5b56283760444cfa3ca495f0831652446327ba (diff) | |
download | openembedded-core-70abb2e3e8671b3d10c7db5a16e37d646014a4b6.tar.gz openembedded-core-70abb2e3e8671b3d10c7db5a16e37d646014a4b6.tar.bz2 openembedded-core-70abb2e3e8671b3d10c7db5a16e37d646014a4b6.zip |
gcc-cross: Use NATIVEDEPS
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-cross4.inc')
-rw-r--r-- | meta/packages/gcc/gcc-cross4.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc-cross4.inc b/meta/packages/gcc/gcc-cross4.inc index 4f8c7ddbda..ea20a24a01 100644 --- a/meta/packages/gcc/gcc-cross4.inc +++ b/meta/packages/gcc/gcc-cross4.inc @@ -1,3 +1 @@ require gcc-cross.inc - -DEPENDS += "gmp-native mpfr-native gettext-native" |