diff options
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" |