|
From: Tom H. <to...@co...> - 2016-11-29 12:19:39
|
On 29/11/16 12:10, Danny Wilson 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. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |