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.2.2.inc | |
parent | 654d26c38d871fdb91f7d79d7da1f1f8c1067e01 (diff) |
gcc-4.x.inc: Set DEPENDS consistently
Diffstat (limited to 'packages/gcc/gcc-4.2.2.inc')
-rw-r--r-- | packages/gcc/gcc-4.2.2.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gcc/gcc-4.2.2.inc b/packages/gcc/gcc-4.2.2.inc index aa35fdf9af..5266b7386e 100644 --- a/packages/gcc/gcc-4.2.2.inc +++ b/packages/gcc/gcc-4.2.2.inc @@ -1,5 +1,7 @@ require gcc-common.inc +DEPENDS = "mpfr gmp" + SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://100-uclibc-conf.patch;patch=1 \ file://103-uclibc-conf-noupstream.patch;patch=1 \ @@ -62,8 +64,6 @@ PACKAGE_ARCH_ep93xx = "${MACHINE_ARCH}" SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " -DEPENDS += " gmp mpfr " - # Language Overrides FORTRAN = "" FORTRAN_linux-gnueabi = ",fortran" |