From owner-svn-src-user@FreeBSD.ORG Fri May 2 18:00:04 2014 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44381B8E; Fri, 2 May 2014 18:00:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 3221B1816; Fri, 2 May 2014 18:00:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s42I04nP074027; Fri, 2 May 2014 18:00:04 GMT (envelope-from dchagin@svn.freebsd.org) Received: (from dchagin@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s42I043m074026; Fri, 2 May 2014 18:00:04 GMT (envelope-from dchagin@svn.freebsd.org) Message-Id: <201405021800.s42I043m074026@svn.freebsd.org> From: Dmitry Chagin Date: Fri, 2 May 2014 18:00:04 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r265233 - user/dchagin/lemul/sys/modules/linux64 X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 18:00:04 -0000 Author: dchagin Date: Fri May 2 18:00:03 2014 New Revision: 265233 URL: http://svnweb.freebsd.org/changeset/base/265233 Log: Remove commented-out garbage from Makefile. Modified: user/dchagin/lemul/sys/modules/linux64/Makefile Modified: user/dchagin/lemul/sys/modules/linux64/Makefile ============================================================================== --- user/dchagin/lemul/sys/modules/linux64/Makefile Fri May 2 16:24:09 2014 (r265232) +++ user/dchagin/lemul/sys/modules/linux64/Makefile Fri May 2 18:00:03 2014 (r265233) @@ -41,10 +41,6 @@ linux_locore.o: linux_locore.s linux_ass -Wl,-soname=${VDSO}.so.1,-fPIC,-warn-common \ ${.IMPSRC} -o ${.TARGET} - -# -fno-omit-frame-pointer -foptimize-sibling-calls \ - - ${VDSO}.so: linux_locore.o ${OBJCOPY} --input binary --output elf64-x86-64-freebsd \ -S -g --binary-architecture i386:x86-64 linux_locore.o ${.TARGET}