summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2012-02-06 21:13:27 +0100
committerFlorian Franzmann2012-02-06 21:13:27 +0100
commit14306d0ecdc85fd75d556813b31b8e153e8eae46 (patch)
treed31d69fa28ffbddc55c8c76e1e51b65019aad3aa
parent2f7d8c3ed6eefa9b8c4fcb04f2280000eb8b68b3 (diff)
removed -msahf from corei7s since I'm not sure all of them have this
feature
-rwxr-xr-x32/ia32/intel/em64t/corei7_322
-rwxr-xr-x32/ia32/intel/em64t/corei7_avx_322
-rwxr-xr-x64/x86_64/intel/em64t/corei7_642
-rwxr-xr-x64/x86_64/intel/em64t/corei7_avx_642
4 files changed, 4 insertions, 4 deletions
diff --git a/32/ia32/intel/em64t/corei7_32 b/32/ia32/intel/em64t/corei7_32
index 3035782..c03d6b4 100755
--- a/32/ia32/intel/em64t/corei7_32
+++ b/32/ia32/intel/em64t/corei7_32
@@ -5,7 +5,7 @@ if use_gcc 3.3. || use_gcc 3.4. || use_gcc 4.0. || use_gcc 4.1. || use_gcc 4.2.;
elif use_gcc2 ; then
CFLAGS="-march=i686"
else
- CFLAGS="-march=corei7 -msahf -m32"
+ CFLAGS="-march=corei7 -m32"
fi
HOST="x86_64-pc-linux-gnu"
diff --git a/32/ia32/intel/em64t/corei7_avx_32 b/32/ia32/intel/em64t/corei7_avx_32
index b338010..36cbbef 100755
--- a/32/ia32/intel/em64t/corei7_avx_32
+++ b/32/ia32/intel/em64t/corei7_avx_32
@@ -5,7 +5,7 @@ if use_gcc 3.3. || use_gcc 3.4. || use_gcc 4.0. || use_gcc 4.1. || use_gcc 4.2.;
elif use_gcc2 ; then
CFLAGS="-march=i686"
else
- CFLAGS="-march=corei7-avx -msahf -m32"
+ CFLAGS="-march=corei7-avx -m32"
fi
HOST="x86_64-pc-linux-gnu"
diff --git a/64/x86_64/intel/em64t/corei7_64 b/64/x86_64/intel/em64t/corei7_64
index 01ecebd..dbf14b4 100755
--- a/64/x86_64/intel/em64t/corei7_64
+++ b/64/x86_64/intel/em64t/corei7_64
@@ -5,7 +5,7 @@ if use_gcc 3.3. || use_gcc 3.4. || use_gcc 4.0. || use_gcc 4.1. || use_gcc 4.2.;
elif use_gcc2 ; then
CFLAGS="-march=i686"
else
- CFLAGS="-march=corei7 -msahf -fPIC -DPIC"
+ CFLAGS="-march=corei7 -fPIC -DPIC"
fi
HOST="x86_64-pc-linux-gnu"
diff --git a/64/x86_64/intel/em64t/corei7_avx_64 b/64/x86_64/intel/em64t/corei7_avx_64
index 7f9d118..cd36dea 100755
--- a/64/x86_64/intel/em64t/corei7_avx_64
+++ b/64/x86_64/intel/em64t/corei7_avx_64
@@ -5,7 +5,7 @@ if use_gcc 3.3. || use_gcc 3.4. || use_gcc 4.0. || use_gcc 4.1. || use_gcc 4.2.;
elif use_gcc2 ; then
CFLAGS="-march=i686"
else
- CFLAGS="-march=corei7-avx -msahf -fPIC -DPIC"
+ CFLAGS="-march=corei7-avx -fPIC -DPIC"
fi
HOST="x86_64-pc-linux-gnu"