summaryrefslogtreecommitdiffstats
path: root/openpower
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2017-04-14 15:56:20 -0700
committerWilliam A. Kennington III <wak@google.com>2017-04-19 14:23:54 -0700
commitb2ef611eb0e0a8b34a6737e3dce053d67032c7e7 (patch)
tree91a76dd6e3dcea167c06eb817a3e60058bb8e635 /openpower
parenta01e01ead6475e8e5d566783ffed57fd1a2436f8 (diff)
downloadtalos-op-build-b2ef611eb0e0a8b34a6737e3dce053d67032c7e7.tar.gz
talos-op-build-b2ef611eb0e0a8b34a6737e3dce053d67032c7e7.zip
ppe42-gcc: Fix implicit dependencies
This fixes issues building the host-ppe42-gcc with a cleanly checked out op-build. Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'openpower')
-rw-r--r--openpower/package/ppe42-gcc/ppe42-gcc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpower/package/ppe42-gcc/ppe42-gcc.mk b/openpower/package/ppe42-gcc/ppe42-gcc.mk
index ec10e4f7..bfaf6088 100644
--- a/openpower/package/ppe42-gcc/ppe42-gcc.mk
+++ b/openpower/package/ppe42-gcc/ppe42-gcc.mk
@@ -8,8 +8,8 @@ PPE42_GCC_VERSION ?= d8a1bac8634033a3edd4e9a22455f97318718f43
PPE42_GCC_SITE ?= $(call github,open-power,ppe42-gcc,$(PPE42_GCC_VERSION))
PPE42_GCC_LICENSE = GPLv3+
-PPE42_GCC_DEPENDENCIES = ppe42-binutils
-HOST_PPE42_GCC_DEPENDENCIES = host-ppe42-binutils
+PPE42_GCC_DEPENDENCIES = ppe42-binutils gmp mpfr mpc
+HOST_PPE42_GCC_DEPENDENCIES = host-ppe42-binutils host-gmp host-mpfr host-mpc
PPE42_GCC_DIR = $(STAGING_DIR)/ppe42-binutils
PPE42_GCC_BIN = $(STAGING_DIR)/ppe42-binutils/linux
OpenPOWER on IntegriCloud