Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2014 18:05:04 +0000 (UTC)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r266898 - user/dchagin/lemul/sys/amd64/linux
Message-ID:  <201405301805.s4UI54kn095860@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cognet
Date: Fri May 30 18:05:04 2014
New Revision: 266898
URL: http://svnweb.freebsd.org/changeset/base/266898

Log:
  Move the linux64 files in /compat/linux64, so that we can have both 32bits
  and 64bits installed.

Modified:
  user/dchagin/lemul/sys/amd64/linux/linux_sysvec.c

Modified: user/dchagin/lemul/sys/amd64/linux/linux_sysvec.c
==============================================================================
--- user/dchagin/lemul/sys/amd64/linux/linux_sysvec.c	Fri May 30 18:04:10 2014	(r266897)
+++ user/dchagin/lemul/sys/amd64/linux/linux_sysvec.c	Fri May 30 18:05:04 2014	(r266898)
@@ -912,7 +912,7 @@ static Elf64_Brandinfo linux_glibc2brand
 	.brand		= ELFOSABI_LINUX,
 	.machine	= EM_X86_64,
 	.compat_3_brand	= "Linux",
-	.emul_path	= "/compat/linux",
+	.emul_path	= "/compat/linux64",
 	.interp_path	= "/lib64/ld-linux-x86-64.so.2",
 	.sysvec		= &elf_linux_sysvec,
 	.interp_newpath	= NULL,
@@ -924,7 +924,7 @@ static Elf64_Brandinfo linux_glibc2brand
 	.brand		= ELFOSABI_LINUX,
 	.machine	= EM_X86_64,
 	.compat_3_brand	= "Linux",
-	.emul_path	= "/compat/linux",
+	.emul_path	= "/compat/linux64",
 	.interp_path	= "/lib64/ld-linux.so.2",
 	.sysvec		= &elf_linux_sysvec,
 	.interp_newpath	= NULL,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405301805.s4UI54kn095860>