diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-03-16 00:38:16 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-03-16 00:38:16 +0000 |
commit | 7db560e8cc5c5c1a3983276332763821362011a8 (patch) | |
tree | 15cf649a73912f6af9c9b48224412853d1489034 /packages/gcc/gcc-4.1.1.inc | |
parent | 654d26c38d871fdb91f7d79d7da1f1f8c1067e01 (diff) |
gcc-4.x.inc: Set DEPENDS consistently
Diffstat (limited to 'packages/gcc/gcc-4.1.1.inc')
-rw-r--r-- | packages/gcc/gcc-4.1.1.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gcc/gcc-4.1.1.inc b/packages/gcc/gcc-4.1.1.inc index 4d0c935d59..a892dc31e3 100644 --- a/packages/gcc/gcc-4.1.1.inc +++ b/packages/gcc/gcc-4.1.1.inc @@ -1,5 +1,7 @@ require gcc-common.inc +DEPENDS = "mpfr gmp" + SRC_URI = "http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-4.1.1.tar.bz2 \ file://100-uclibc-conf.patch;patch=1 \ file://110-arm-eabi.patch;patch=1 \ @@ -41,4 +43,3 @@ FORTRAN = "" JAVA = "" EXTRA_OECONF += " --disable-libssp " - |