From: Devang Patel Date: Thu, 15 Jul 2010 20:25:51 +0000 (+0000) Subject: Revert 108444. It breaks a build. X-Git-Tag: android-x86-6.0-r1~1003^2~4640 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=19f78283357a2e1587d648d81cf42f9b79f71c86;p=android-x86%2Fexternal-llvm.git Revert 108444. It breaks a build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108456 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index 8aeb6af11e6..12582f6f91d 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1345,27 +1345,6 @@ ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux NetBSD FreeBSD)) endif endif -#--------------------------------------------------------- -# Tool Version Info Support -#--------------------------------------------------------- - -ifeq ($(HOST_OS),Darwin) -ifdef TOOL_INFO_PLIST - -LD.Flags += -Wl,-sectcreate,__TEXT,__info_plist,$(ObjDir)/$(TOOL_INFO_PLIST) - -$(ToolBuildPath): $(ObjDir)/$(TOOL_INFO_PLIST) - -$(ObjDir)/$(TOOL_INFO_PLIST): $(PROJ_SRC_DIR)/$(TOOL_INFO_PLIST).in - $(Echo) "Creating $(TOOLNAME) '$(TOOL_INFO_PLIST)' file..." - $(Verb)sed -e "s#@TOOL_INFO_UTI@#$(TOOL_INFO_UTI)#g" \ - -e "s#@TOOL_INFO_NAME@#$(TOOL_INFO_NAME)#g" \ - -e "s#@TOOL_INFO_VERSION@#$(TOOL_INFO_VERSION)#g" \ - -e "s#@TOOL_INFO_BUILD_VERSION@#$(TOOL_INFO_BUILD_VERSION)#g" \ - $< > $@ - -endif -endif #--------------------------------------------------------- # Provide targets for building the tools