svn commit: r265233 - user/dchagin/lemul/sys/modules/linux64

Dmitry Chagin dchagin at FreeBSD.org
Fri May 2 18:00:04 UTC 2014


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}


More information about the svn-src-user mailing list