diff options
author | Herbert Dürr <hdu@apache.org> | 2013-11-18 16:26:19 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2013-11-18 16:26:19 +0000 |
commit | a7bc1f5a489cc599919e4f0cad5e9e72fb3a7506 (patch) | |
tree | 9fbbf2dffa551a8ed097161286205e7ed0f88626 /tools | |
parent | be646a0b763e1688fbd4bc6cee0d3df79b90820b (diff) |
#i122362# remove stlport4-build support
but keep the --without-stlport configure option for now
it is the new default anyway
Notes
Notes:
ignore: obsolete
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Executable_mkunroll.mk | 8 | ||||
-rw-r--r-- | tools/Executable_rscdep.mk | 8 | ||||
-rw-r--r-- | tools/Executable_so_checksum.mk | 7 | ||||
-rw-r--r-- | tools/Executable_sspretty.mk | 7 |
4 files changed, 0 insertions, 30 deletions
diff --git a/tools/Executable_mkunroll.mk b/tools/Executable_mkunroll.mk index aca8a9bdba66..9bd813cd8175 100644 --- a/tools/Executable_mkunroll.mk +++ b/tools/Executable_mkunroll.mk @@ -30,17 +30,9 @@ $(eval $(call gb_Executable_set_include,mkunroll,\ -I$(SRCDIR)/tools/bootstrp/ \ )) -STLPORT_DEBUGFLAG = -ifneq ($(USE_SYSTEM_STL),YES) -ifeq ($(PRODUCT),) -STLPORT_DEBUGFLAG = -D_DEBUG -endif -endif - $(eval $(call gb_Executable_set_cxxflags,mkunroll,\ $$(CXXFLAGS) \ -D_TOOLS_STRINGLIST \ - $(STLPORT_DEBUGFLAG) \ )) $(eval $(call gb_Executable_add_linked_libs,mkunroll,\ diff --git a/tools/Executable_rscdep.mk b/tools/Executable_rscdep.mk index f60105f807d6..c41c13c98f5b 100644 --- a/tools/Executable_rscdep.mk +++ b/tools/Executable_rscdep.mk @@ -30,17 +30,9 @@ $(eval $(call gb_Executable_set_include,rscdep,\ -I$(SRCDIR)/tools/bootstrp/ \ )) -STLPORT_DEBUGFLAG = -ifneq ($(USE_SYSTEM_STL),YES) -ifeq ($(PRODUCT),) -STLPORT_DEBUGFLAG = -D_DEBUG -endif -endif - $(eval $(call gb_Executable_set_cxxflags,rscdep,\ $$(CXXFLAGS) \ -D_TOOLS_STRINGLIST \ - $(STLPORT_DEBUGFLAG) \ )) $(eval $(call gb_Executable_add_linked_libs,rscdep,\ diff --git a/tools/Executable_so_checksum.mk b/tools/Executable_so_checksum.mk index 3d8619752abe..1544e7a639fa 100644 --- a/tools/Executable_so_checksum.mk +++ b/tools/Executable_so_checksum.mk @@ -30,13 +30,6 @@ $(eval $(call gb_Executable_set_include,so_checksum,\ -I$(SRCDIR)/tools/bootstrp/ \ )) -STLPORT_DEBUGFLAG = -ifneq ($(USE_SYSTEM_STL),YES) -ifeq ($(PRODUCT),) -STLPORT_DEBUGFLAG = -D_DEBUG -endif -endif - $(eval $(call gb_Executable_set_cxxflags,so_checksum,\ $$(CXXFLAGS) \ -D_TOOLS_STRINGLIST \ diff --git a/tools/Executable_sspretty.mk b/tools/Executable_sspretty.mk index 4a694f931338..dea85f3a037f 100644 --- a/tools/Executable_sspretty.mk +++ b/tools/Executable_sspretty.mk @@ -30,13 +30,6 @@ $(eval $(call gb_Executable_set_include,sspretty,\ -I$(SRCDIR)/tools/bootstrp/ \ )) -STLPORT_DEBUGFLAG = -ifneq ($(USE_SYSTEM_STL),YES) -ifeq ($(PRODUCT),) -STLPORT_DEBUGFLAG = -D_DEBUG -endif -endif - $(eval $(call gb_Executable_set_cxxflags,sspretty,\ $$(CXXFLAGS) \ -D_TOOLS_STRINGLIST \ |