summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArwed von Merkatz2011-08-31 17:43:13 +0530
committerArwed von Merkatz2011-08-31 17:43:13 +0530
commit9744ff7f762e8af8dc639e7e7d876b56743f8cd5 (patch)
treee6a5e3295a27ec0224250f5050c4459503c75716
parentf4ee32f4c5c12a86fd39b6e7283ce94c5cfb4871 (diff)
32/ia32/intel/x86/atom: added Atom CPU
-rwxr-xr-x32/ia32/intel/x86/atom9
1 files changed, 9 insertions, 0 deletions
diff --git a/32/ia32/intel/x86/atom b/32/ia32/intel/x86/atom
new file mode 100755
index 0000000..86f6e26
--- /dev/null
+++ b/32/ia32/intel/x86/atom
@@ -0,0 +1,9 @@
+CPUNAME="Intel Atom"
+if use_gcc2; then
+ CFLAGS="-march=i686"
+else
+ CFLAGS="-march=atom"
+fi
+HOST="i686-pc-linux-gnu"
+FAST="-O3"
+SMALL="-Os"