aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-08-06 14:32:50 +0000
committerJohn Crispin <john@openwrt.org>2013-08-06 14:32:50 +0000
commit815d9334e2baaedae7a4b50ad5d968b105f231d8 (patch)
tree8d4f14fc82c896c31425bec9f71594d14e7a1778 /tools/firmware-utils/Makefile
parentf835cb6cc40dd8b7290925d32bf7da89d84fb27c (diff)
downloadupstream-815d9334e2baaedae7a4b50ad5d968b105f231d8.tar.gz
upstream-815d9334e2baaedae7a4b50ad5d968b105f231d8.tar.bz2
upstream-815d9334e2baaedae7a4b50ad5d968b105f231d8.zip
firmware-utils: fix segfault introduced by v2 changes
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 37724
Diffstat (limited to 'tools/firmware-utils/Makefile')
0 files changed, 0 insertions, 0 deletions
al.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
ifndef DUMP
  ifdef __package_mk
    $(error uclibc++.mk must be included before package.mk)
  endif
endif

PKG_PREPARED_DEPENDS += CONFIG_USE_UCLIBCXX
CXX_DEPENDS = +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp

ifneq ($(CONFIG_USE_UCLIBCXX),)
 ifneq ($(CONFIG_CCACHE),)
  TARGET_CXX_NOCACHE=g++-uc
 else
  TARGET_CXX=g++-uc
 endif
endif