changeset 3500:dfc2729af6ee

use separate packages for GCC dependencies on all systems
author John W. Eaton <jwe@octave.org>
date Tue, 04 Feb 2014 00:12:25 -0500
parents 2ad8e2edbab4
children 33b776056ec1
files src/build-gcc.mk
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/build-gcc.mk	Mon Feb 03 19:44:19 2014 -0500
+++ b/src/build-gcc.mk	Tue Feb 04 00:12:25 2014 -0500
@@ -10,11 +10,10 @@
 $(PKG)_URL      := ftp://ftp.gnu.org/pub/gnu/gcc/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE)
 $(PKG)_URL_2    := ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE)
 
-$(PKG)_DEPS := build-cmake
+$(PKG)_DEPS := build-cmake build-binutils gcc-cloog gcc-gmp gcc-isl gcc-mpc gcc-mpfr
 ifeq ($(MXE_SYSTEM),mingw)
-  $(PKG)_DEPS += build-binutils
   ifeq ($(ENABLE_64),yes)
-    $(PKG)_DEPS += gcc-cloog gcc-gmp gcc-isl gcc-mpc gcc-mpfr mingw-w64
+    $(PKG)_DEPS += mingw-w64
   else
     $(PKG)_DEPS += mingwrt w32api
   endif