1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-28 20:05:10 +02:00

fixup 4.7 configure options

SVN-Revision: 36146
This commit is contained in:
Imre Kaloz 2013-04-01 15:13:46 +00:00
parent 9231162c7e
commit 99d4d9a148

View File

@ -2,7 +2,7 @@
# Copyright (C) 2002-2003 Erik Andersen <andersen@uclibc.org> # Copyright (C) 2002-2003 Erik Andersen <andersen@uclibc.org>
# Copyright (C) 2004 Manuel Novoa III <mjn3@uclibc.org> # Copyright (C) 2004 Manuel Novoa III <mjn3@uclibc.org>
# Copyright (C) 2005-2006 Felix Fietkau <nbd@openwrt.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 # 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 # 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 GCC_CONFIGURE += --with-mips-plt
endif 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+= \ GCC_CONFIGURE+= \
--with-mpc=$(TOPDIR)/staging_dir/host --with-mpc=$(TOPDIR)/staging_dir/host
endif endif