CPU architecture on linode
The CFLAGS wasn't set for the Gentoo distro I just installed, which is of course what I'm going to use this info for…
4 Replies
If you have a look at the products page:
Near "Max CPU": "Dual 2.66 GHz Xeon"
-Chris
Many thanks!
To avoid the issue altogether, I'd recommend setting the following in the Gentoo /etc/make.conf file in the image(s):
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -fstack-protector -pipe"
CXXFLAGS="${CFLAGS}"
(Think the last one is needed if you override the CFLAGS.)
Anyway, did some research on the topic and it seems the problems were resolved as of gcc 3.2.3 as noted hereGCC changelogmake.conf in CVS
All in all, I think we are safe from this nowadays, but thanks anyways.