From owner-svn-src-head@freebsd.org Thu Jan 21 12:59:55 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68CAEA89B0F; Thu, 21 Jan 2016 12:59:55 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3084F131B; Thu, 21 Jan 2016 12:59:55 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0LCxs16015916; Thu, 21 Jan 2016 12:59:54 GMT (envelope-from andrew@FreeBSD.org) Received: (from andrew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LCxs0I015914; Thu, 21 Jan 2016 12:59:54 GMT (envelope-from andrew@FreeBSD.org) Message-Id: <201601211259.u0LCxs0I015914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: andrew set sender to andrew@FreeBSD.org using -f From: Andrew Turner Date: Thu, 21 Jan 2016 12:59:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r294499 - head/lib/clang X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 12:59:55 -0000 Author: andrew Date: Thu Jan 21 12:59:54 2016 New Revision: 294499 URL: https://svnweb.freebsd.org/changeset/base/294499 Log: Disable -mlong-calls for the clang libraries for now, it increases the size of the clang binary for people with a crt1.o from before r293832. Modified: head/lib/clang/clang.lib.mk Modified: head/lib/clang/clang.lib.mk ============================================================================== --- head/lib/clang/clang.lib.mk Thu Jan 21 12:42:31 2016 (r294498) +++ head/lib/clang/clang.lib.mk Thu Jan 21 12:59:54 2016 (r294499) @@ -7,7 +7,8 @@ LLVM_SRCS= ${.CURDIR}/../../../contrib/l INTERNALLIB= .if ${MACHINE_CPUARCH} == "arm" -STATIC_CXXFLAGS+= -mlong-calls +# This will need to be enabled to link clang 3.8 +#STATIC_CXXFLAGS+= -mlong-calls .endif .include