[Lunar-commits] <moonbase> gcc: add atom architecture to plugin
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Tue May 22 16:00:04 CEST 2012
commit 50fc0db00dd6e17205985954d03ba7828628169d
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Tue May 22 16:00:04 2012 +0200
gcc: add atom architecture to plugin
---
compilers/gcc/plugin.d/optimize-gcc_4_6.plugin | 1 +
1 file changed, 1 insertion(+)
diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_6.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_6.plugin
index 6396ee4..6dc82a2 100644
--- a/compilers/gcc/plugin.d/optimize-gcc_4_6.plugin
+++ b/compilers/gcc/plugin.d/optimize-gcc_4_6.plugin
@@ -319,6 +319,7 @@ EOF
"pentium4" "P4" $( [ "$CPU" == "pentium4" ] && echo "on" || echo "off" ) "Pentium 4 processors"
"pentium4m" "P4 mobile" $( [ "$CPU" == "pentium4m" ] && echo "on" || echo "off" ) "Pentium 4 mobile processors"
"core2" "Core 2" $( [ "$CPU" == "core2" ] && echo "on" || echo "off" ) "Intel Core 2 processors"
+ "atom" "Intel Atom" $( [ "$CPU" == "atom" ] && echo "on" || echo "off" ) "Intel Atom CPU with 64-bit extensions"
"prescott" "Xeon" $( [ "$CPU" == "prescott" ] && echo "on" || echo "off" ) "Newer Xeons with sse3"
"nocona" "nocona" $( [ "$CPU" == "nocona" ] && echo "on" || echo "off" ) "Newer Xeons with sse3 and em64t"
"k6" "k6" $( [ "$CPU" == "k6" ] && echo "on" || echo "off" ) "AMD K6 processors"
More information about the Lunar-commits
mailing list