summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-04-09 16:40:46 +0400
committerVlad Glagolev2011-04-09 16:40:46 +0400
commitf4ee32f4c5c12a86fd39b6e7283ce94c5cfb4871 (patch)
tree4f203aa84cdb77a6501e8f3abf2f461b57e352fc
parent0e9a72aa498ecd3ccff625012d4290848c41abec (diff)
added Esther C5J (Via C7) processor specs
-rwxr-xr-x32/ia32/via/c7/esther9
1 files changed, 9 insertions, 0 deletions
diff --git a/32/ia32/via/c7/esther b/32/ia32/via/c7/esther
new file mode 100755
index 0000000..b677ccd
--- /dev/null
+++ b/32/ia32/via/c7/esther
@@ -0,0 +1,9 @@
+CPUNAME="Esther C5J"
+if use_gcc2; then
+ CFLAGS="-march=i686"
+else
+ CFLAGS="-march=prescott -pipe -fomit-frame-pointer"
+fi
+ HOST="i686-pc-linux-gnu"
+ FAST="-O2"
+ SMALL="-Os"