From 2b5bb67489e4c244c371862b04cebe7feca125e3 Mon Sep 17 00:00:00 2001 From: "fpizlo@apple.com" Date: Mon, 2 Feb 2015 20:28:17 +0000 Subject: [PATCH] Unreviewed, revert accidental change to Makefile.shared in r179478 * Makefile.shared: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@179486 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- ChangeLog | 6 ++++++ Makefile.shared | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bafa8679b0cb..939aa20dab3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-02-02 Filip Pizlo + + Unreviewed, revert accidental change to Makefile.shared in r179478 + + * Makefile.shared: + 2015-01-28 Carlos Alberto Lopez Perez [CMake] Minimum python version should be 2.7. diff --git a/Makefile.shared b/Makefile.shared index 22faa94ffdef..61c066dfe96f 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -12,8 +12,6 @@ ifneq (,$(ARCHS)) XCODE_OPTIONS += ONLY_ACTIVE_ARCH=NO endif -XCODE_OPTIONS += TOOLCHAINS=com.apple.dt.toolchain.OSX10_11 - DEFAULT_VERBOSITY := $(shell defaults read org.webkit.BuildConfiguration BuildTranscriptVerbosity 2>/dev/null || echo "default") VERBOSITY ?= $(DEFAULT_VERBOSITY) -- 2.36.0