Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master archspecs by Jaka Kranjc (0083a15248825f2291838fc9b351fed9a6356dcd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master archspecs by Jaka Kranjc (0083a15248825f2291838fc9b351fed9a6356dcd)
  • Date: Tue, 7 Nov 2006 09:23:47 -0600

GIT changes to master archspecs by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

32/ia32/intel/x86/prescott | 9 +++++++++
1 files changed, 9 insertions(+)

New commits:
commit 0083a15248825f2291838fc9b351fed9a6356dcd
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

add prescott archspec #13032
thanks go to Elisamuel Resto

diff --git a/32/ia32/intel/x86/prescott b/32/ia32/intel/x86/prescott
new file mode 100755
index 0000000..4ebadfc
--- /dev/null
+++ b/32/ia32/intel/x86/prescott
@@ -0,0 +1,9 @@
+CPUNAME="Intel Pentium IV (Prescott)"
+if use_gcc2; then
+ CFLAGS="-march=i686"
+else
+ CFLAGS="-march=prescott -mmmx -mfpmath=sse -msse -msse2 -msse3"
+fi
+HOST="i686-pc-linux-gnu"
+FAST="-O3"
+SMALL="-Os"



  • [SM-Commit] GIT changes to master archspecs by Jaka Kranjc (0083a15248825f2291838fc9b351fed9a6356dcd), Jaka Kranjc, 11/07/2006

Archive powered by MHonArc 2.6.24.

Top of Page