]> git.pld-linux.org Git - packages/beecrypt.git/blame - beecrypt-opt.patch
- pass CPU tuning to configure scripts, added opt patch to better exploit
[packages/beecrypt.git] / beecrypt-opt.patch
CommitLineData
d97ff880
JB
1--- beecrypt-3.0.0pre/configure.ac.orig 2003-05-15 15:31:14.000000000 +0200
2+++ beecrypt-3.0.0pre/configure.ac 2003-05-19 21:21:01.000000000 +0200
3@@ -557,7 +557,7 @@
4 CPPFLAGS="$CPPFLAGS -DOPTIMIZE_ARM"
5 ;;
6 athlon*)
7- CPPFLAGS="$CPPFLAGS -DOPTIMIZE_I386"
8+ CPPFLAGS="$CPPFLAGS -DOPTIMIZE_I686"
9 ;;
10 i386)
11 CPPFLAGS="$CPPFLAGS -DOPTIMIZE_I386"
12--- beecrypt-3.0.0pre/acinclude.m4.orig 2003-05-15 15:31:14.000000000 +0200
13+++ beecrypt-3.0.0pre/acinclude.m4 2003-05-19 21:20:49.000000000 +0200
14@@ -282,7 +282,7 @@
15 CFLAGS="$CFLAGS -O3 -fomit-frame-pointer"
16 case $bc_target_cpu in
17 athlon*)
18- CFLAGS="$CFLAGS -mcpu=pentiumpro";
19+ CFLAGS="$CFLAGS -mcpu=$bc_target_cpu";
20 ;;
21 i586)
22 CFLAGS="$CFLAGS -mcpu=pentium"
This page took 0.866446 seconds and 4 git commands to generate.