changeset 3058:09c2c23f4bf2

fix building native-binutils * src/native-gcc.mk: rename PKF_DEP binutils-gmp to build-binutils and add gcc-gmp.
author Philip Nienhuis
date Sun, 16 Jun 2013 00:30:00 +0200
parents 7ed3b62fa3ae
children 59401c8d25f8
files src/native-gcc.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/native-gcc.mk	Mon Jun 17 19:12:46 2013 -0400
+++ b/src/native-gcc.mk	Sun Jun 16 00:30:00 2013 +0200
@@ -8,7 +8,7 @@
 $(PKG)_FILE     := gcc-$($(PKG)_VERSION).tar.bz2
 $(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     := mingwrt w32api binutils-gmp gcc-mpc gcc-mpfr
+$(PKG)_DEPS     := mingwrt w32api build-binutils gcc-gmp gcc-mpc gcc-mpfr
 ifneq ($(BUILD_SHARED),yes)
 $(PKG)_STATIC_FLAG := --static
 endif