Changeset 36146
- Timestamp:
- 2013-04-01T17:13:46+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/toolchain/gcc/common.mk
r36145 r36146 3 3 # Copyright (C) 2004 Manuel Novoa III <mjn3@uclibc.org> 4 4 # Copyright (C) 2005-2006 Felix Fietkau <nbd@openwrt.org> 5 # Copyright (C) 2006-201 2OpenWrt.org5 # Copyright (C) 2006-2013 OpenWrt.org 6 6 # 7 7 # This program is free software; you can redistribute it and/or modify … … 122 122 endif 123 123 124 ifneq ($(CONFIG_GCC_VERSION_4_5)$(CONFIG_GCC_VERSION_4_6) ,)124 ifneq ($(CONFIG_GCC_VERSION_4_5)$(CONFIG_GCC_VERSION_4_6)$(CONFIG_GCC_VERSION_4_7),) 125 125 GCC_CONFIGURE+= \ 126 126 --with-mpc=$(TOPDIR)/staging_dir/host
Note: See TracChangeset
for help on using the changeset viewer.