summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Library.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-06-07 12:32:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-06-07 12:32:52 +0200
commit26e7cb5ef4fa0df985214ef98622255cfdfbdd01 (patch)
treeb4293745b2dd1b8499e66afe543657c2d714bbda /solenv/gbuild/Library.mk
parented11b38a7efd3dafb9866327aa9c8e9ad1e73045 (diff)
Remove gb_LinkTarget_add_generated_cxxobjects
...in favor of gb_LinkTarget_add_generated_exception_objects. The former would have needed any flags to be passed in explicitly (but no call sites did), so e.g. StaticLibrary_graphite didn't have any debug information (when building with --enable-debug). I guess there is no downside to having C++ exception support enabled in these places, and using _add_generated_cxxobjects instead was likely an oversight in the first place (at least in the case of external/graphite/StaticLibrary_graphite.mk, it was that way ever since 1ceb47d96da9e7977c96241f49ad291ff0466970 "graphite: convert to gbuild", but for no apparent reason). Change-Id: I9986a6c5ec30a521095dbe5315e5ca649741a790
Diffstat (limited to 'solenv/gbuild/Library.mk')
-rw-r--r--solenv/gbuild/Library.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/gbuild/Library.mk b/solenv/gbuild/Library.mk
index 18640d6437d4..9f94b8d6fcad 100644
--- a/solenv/gbuild/Library.mk
+++ b/solenv/gbuild/Library.mk
@@ -182,7 +182,6 @@ $(eval $(foreach method,\
add_exception_objects \
add_x64_generated_exception_objects \
add_generated_cobjects \
- add_generated_cxxobjects \
add_generated_exception_objects \
use_library_objects \
add_grammar \