|
From: Danny W. <da...@to...> - 2016-11-29 13:31:12
|
Super - thanks so much. Working on small emergency so will be able to get back to this on Saturday. Fingers crossed. Danny On 29/11/2016, at 8:19 PM, Tom Hughes wrote: >> For -march I've tried 'native', 'pentiumpro' and 'core2'. >> When compiling for valgrind, also -O0. > > Well native is definitely not going to work, and core2 might be pushing it, but pentiumpro should be fine. To be honest just leaving out -march and -mcpu should be ok as it will default to something relatively basic. > >> # cat /etc/redhat-release >> CentOS release 6.6 (Final) >> >> # uname -a >> Linux dvstor5 3.10.80-1.el6.elrepo.i686 #1 SMP Sun Jun 7 08:15:14 EDT 2015 i686 i686 i386 GNU/Linux > > Right, so I'm sure the system libraries are not going to be an issue for CentOS 6 on 32 bit. |