summaryrefslogtreecommitdiffstats
path: root/solenv/Executable_g++-wrapper.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-03-12 20:03:14 -0400
committerFridrich Strba <fridrich@documentfoundation.org>2013-03-14 08:56:55 +0000
commit357ace566d4090b85c7c7b5d775c8b9eaaa76e5f (patch)
tree8dd7056f974f5843272d24c2e424ef5947798eff /solenv/Executable_g++-wrapper.mk
parentBuild thread-enabled internal libmariadb on UNX (diff)
downloadcore-357ace566d4090b85c7c7b5d775c8b9eaaa76e5f.tar.gz
core-357ace566d4090b85c7c7b5d775c8b9eaaa76e5f.zip
add gcc-wrapper
Change-Id: I961bd23d1ec382d247a489cda42194ce9f4fe1da Reviewed-on: https://gerrit.libreoffice.org/2715 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'solenv/Executable_g++-wrapper.mk')
-rwxr-xr-xsolenv/Executable_g++-wrapper.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/solenv/Executable_g++-wrapper.mk b/solenv/Executable_g++-wrapper.mk
new file mode 100755
index 000000000000..526ff3aafb74
--- /dev/null
+++ b/solenv/Executable_g++-wrapper.mk
@@ -0,0 +1,20 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Executable_Executable,g++-wrapper))
+
+$(eval $(call gb_Executable_add_exception_objects,g++-wrapper,\
+ solenv/gcc-wrappers/g++ \
+))
+
+$(eval $(call gb_Executable_use_static_libraries,g++-wrapper,\
+ wrapper \
+))
+
+# vim:set noet sw=4 ts=4: