From: Ali Saidi Date: Fri, 29 Jun 2012 15:18:29 +0000 (-0400) Subject: ARM: Update version of linux we claim to be to 3.0.0. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e3496c78c0a4f2e639d1361cf1c73ef4af0c10f;p=gem5.git ARM: Update version of linux we claim to be to 3.0.0. Static binaries generated with new versions of libc complain that the kernel is too old otherwise. --- diff --git a/src/arch/arm/linux/process.cc b/src/arch/arm/linux/process.cc index fcf00c84e..a30b1f440 100644 --- a/src/arch/arm/linux/process.cc +++ b/src/arch/arm/linux/process.cc @@ -66,7 +66,7 @@ unameFunc(SyscallDesc *desc, int callnum, LiveProcess *process, strcpy(name->sysname, "Linux"); strcpy(name->nodename, "m5.eecs.umich.edu"); - strcpy(name->release, "2.6.29"); + strcpy(name->release, "3.0.0"); strcpy(name->version, "#1 Mon Aug 18 11:32:15 EDT 2003"); strcpy(name->machine, "armv7l");