diff options
Diffstat (limited to 'openembedded')
-rw-r--r-- | openembedded/packages/gcc/gcc_4.0.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openembedded/packages/gcc/gcc_4.0.2.bb b/openembedded/packages/gcc/gcc_4.0.2.bb index 540af1cb3..4f64e7cc9 100644 --- a/openembedded/packages/gcc/gcc_4.0.2.bb +++ b/openembedded/packages/gcc/gcc_4.0.2.bb @@ -4,6 +4,7 @@ HOMEPAGE = "http://www.gnu.org/software/gcc/" SECTION = "devel" LICENSE = "GPL" MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" +DEPENDS = "mpfr gmp" inherit autotools gettext |