summaryrefslogtreecommitdiffstats
path: root/src/libgdamm.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-08-10 00:52:30 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-08-10 17:47:31 (GMT)
commit4be73ca84490844c9fee6de8f732fe9197e6f0a5 (patch)
treeb9d11530a917074454fc551de410ca4b0214336c /src/libgdamm.mk
parent56f1198b37dcf685ff64b1928e79eacd83e9030a (diff)
downloadmxe-4be73ca84490844c9fee6de8f732fe9197e6f0a5.zip
mxe-4be73ca84490844c9fee6de8f732fe9197e6f0a5.tar.gz
mxe-4be73ca84490844c9fee6de8f732fe9197e6f0a5.tar.bz2
Multiple packages: use target-g++ instead of target-c++ as CXX
It is more explicit and conforms with other packages. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/libgdamm.mk')
-rw-r--r--src/libgdamm.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgdamm.mk b/src/libgdamm.mk
index f6e0fb8..004df64 100644
--- a/src/libgdamm.mk
+++ b/src/libgdamm.mk
@@ -21,7 +21,7 @@ define $(PKG)_BUILD
--build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
- CXX='$(TARGET)-c++' \
+ CXX='$(TARGET)-g++' \
PKG_CONFIG='$(PREFIX)/bin/$(TARGET)-pkg-config' \
MAKE=$(MAKE)
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=