summaryrefslogtreecommitdiff
path: root/solenv/gbuild/gbuild.mk
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/gbuild/gbuild.mk')
-rw-r--r--solenv/gbuild/gbuild.mk13
1 files changed, 1 insertions, 12 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index f072736f9c17..0aee4f84776d 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -167,18 +167,7 @@ gb_Library_DLLPOSTFIX := lo
# Include platform/cpu/compiler specific config/definitions
-# Work around inconsistency in case of $(OS) being "IOS" (all
-# upper-case) vs. the file being included here having the name
-# iOS_*_*.mk (lower-case 'i'). This went unnoticed until now when I
-# happen to build for iOS on a case-sensitive file system.
-
-ifeq ($(OS),IOS)
-gbuildplatformosname=iOS
-else
-gbuildplatformosname=$(OS)
-endif
-
-include $(GBUILDDIR)/platform/$(gbuildplatformosname)_$(CPUNAME)_$(COM).mk
+include $(GBUILDDIR)/platform/$(OS)_$(CPUNAME)_$(COM).mk
# this is optional
include $(SRCDIR)/RepositoryFixes.mk