summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/com_GCC_defs.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-04-10 19:02:44 -0400
committerPeter Foley <pefoley2@verizon.net>2013-04-11 19:00:12 -0400
commit0e5f2ea0de71439fe121da47deaba68585541808 (patch)
treef44a0d2e0a1f3a9e8e5cae3f8e2f916c546ed7fd /solenv/gbuild/platform/com_GCC_defs.mk
parent6524435017f38759476970447007364e762134d0 (diff)
create --enable-mergelibs=all option
Support cramming everything into one big merged library as well as only the libraries depended upon by almost everything. Change-Id: I69647037dc62840294ba670d5d6c172a4608bf3f
Diffstat (limited to 'solenv/gbuild/platform/com_GCC_defs.mk')
-rw-r--r--solenv/gbuild/platform/com_GCC_defs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_GCC_defs.mk b/solenv/gbuild/platform/com_GCC_defs.mk
index aedd7036b0de..2f4b36749945 100644
--- a/solenv/gbuild/platform/com_GCC_defs.mk
+++ b/solenv/gbuild/platform/com_GCC_defs.mk
@@ -106,7 +106,7 @@ gb_CFLAGS_WERROR := -Werror
gb_CXXFLAGS_WERROR := -Werror
endif
-ifeq ($(MERGELIBS),TRUE)
+ifneq ($(MERGELIBS),)
gb_CFLAGS_COMMON += -DLIBO_MERGELIBS
gb_CXXFLAGS_COMMON += -DLIBO_MERGELIBS
endif