summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-05 20:50:56 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-05 20:55:28 +0200
commitbe5567d9e36ad40deb3e5c6ed219265cddc944c0 (patch)
treece433a011ea0185f9b97bbc1b067f136c0d93c9c /solenv
parent921902ead77b7111a84678898e92fbdaf9e6f496 (diff)
Revert "Workaround for weird gbuild looping problem with Clang for iOS"
The root cause for the problem was in solenv/bin/concat-deps.c, has been fixed now. This reverts commit af9618b29f186c3991d9225cc50b55dc78612f27.
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/com_GCC_class.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/solenv/gbuild/platform/com_GCC_class.mk b/solenv/gbuild/platform/com_GCC_class.mk
index 78c1a7ec0424..b8de73e62df5 100644
--- a/solenv/gbuild/platform/com_GCC_class.mk
+++ b/solenv/gbuild/platform/com_GCC_class.mk
@@ -55,11 +55,10 @@ $(call gb_Helper_abbreviate_dirs,\
$(if $(WARNINGS_NOT_ERRORS),,$(gb_CXXFLAGS_WERROR)) \
-c $(3) \
-o $(1) \
- $(if $(filter IOS,$(OS)),,-MMD -MT $(1) \
- -MP -MF $(4)) \
+ -MMD -MT $(1) \
+ -MP -MF $(4) \
-I$(dir $(3)) \
$(INCLUDE_STL) $(INCLUDE))
- $(if $(filter IOS,$(OS)),@echo $(1) : $(3) >$(4))
endef
define gb_SrsPartTarget__command_dep