openwrtv3/package/libs/uclibc++
Jo-Philipp Wich 27b9bf4493 uclibc++: make g++-uc* wrappers relocatable
The g++-uc wrapper hardcodes $(STAGING_DIR) and $(TOOLCHAIN_DIR) paths which
will not work outside of the original build environment.

Replace the hardcoded staging_dir occurences with paths relative to the
$STAGING_DIR environment variable to make the g++-uc* wrappers usable in an
SDK environment.

Fixes the libdb47 build failure reported at
  https://lists.openwrt.org/pipermail/openwrt-devel/2015-April/032455.html

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 46162
2015-07-03 13:33:05 +00:00
..
files move library packages to package/libs/ 2012-10-08 11:24:12 +00:00
patches uclibc++: honor ldflags, disable SSP 2015-06-19 14:09:02 +00:00
Makefile uclibc++: make g++-uc* wrappers relocatable 2015-07-03 13:33:05 +00:00