summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2013-04-01 15:13:46 +0000
committerImre Kaloz <kaloz@openwrt.org>2013-04-01 15:13:46 +0000
commit99d4d9a1481adc6067a1e82ad23401a5b7f995d2 (patch)
tree60acff10516bc38919b3dae7cf8be76b94d3cb4b /toolchain/gcc
parent9231162c7e69836e06d9810d0f75f706f72789ca (diff)
downloadmtk-20170518-99d4d9a1481adc6067a1e82ad23401a5b7f995d2.zip
mtk-20170518-99d4d9a1481adc6067a1e82ad23401a5b7f995d2.tar.gz
mtk-20170518-99d4d9a1481adc6067a1e82ad23401a5b7f995d2.tar.bz2
fixup 4.7 configure options
SVN-Revision: 36146
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index 0a5e6e6..01fae98 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -2,7 +2,7 @@
# Copyright (C) 2002-2003 Erik Andersen <andersen@uclibc.org>
# Copyright (C) 2004 Manuel Novoa III <mjn3@uclibc.org>
# Copyright (C) 2005-2006 Felix Fietkau <nbd@openwrt.org>
-# Copyright (C) 2006-2012 OpenWrt.org
+# Copyright (C) 2006-2013 OpenWrt.org
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -121,7 +121,7 @@ ifneq ($(CONFIG_mips)$(CONFIG_mipsel),)
GCC_CONFIGURE += --with-mips-plt
endif
-ifneq ($(CONFIG_GCC_VERSION_4_5)$(CONFIG_GCC_VERSION_4_6),)
+ifneq ($(CONFIG_GCC_VERSION_4_5)$(CONFIG_GCC_VERSION_4_6)$(CONFIG_GCC_VERSION_4_7),)
GCC_CONFIGURE+= \
--with-mpc=$(TOPDIR)/staging_dir/host
endif