23 lines
776 B
Diff
23 lines
776 B
Diff
|
--- lzo-2.02/configure.configure 2005-10-17 18:10:50.000000000 +0200
|
||
|
+++ lzo-2.02/configure 2006-07-26 12:51:27.000000000 +0200
|
||
|
@@ -19994,7 +19994,7 @@
|
||
|
asm_msg_amd64=no
|
||
|
asm_msg_i386=no
|
||
|
|
||
|
-case $host_cpu in
|
||
|
+case $target_cpu in
|
||
|
amd64 | x86_64) asm_arch="amd64"; asm_dir="asm/amd64/src_gas/elf64" ;;
|
||
|
i?86) asm_arch="i386"; asm_dir="asm/i386/src_gas" ;;
|
||
|
*) enable_asm=no ;;
|
||
|
--- lzo-2.02/configure.ac.configure 2006-07-26 12:54:58.000000000 +0200
|
||
|
+++ lzo-2.02/configure.ac 2006-07-26 12:55:17.000000000 +0200
|
||
|
@@ -79,7 +79,7 @@
|
||
|
asm_msg_amd64=no
|
||
|
asm_msg_i386=no
|
||
|
|
||
|
-case $host_cpu in
|
||
|
+case $target_cpu in
|
||
|
amd64 | x86_64) asm_arch="amd64"; asm_dir="asm/amd64/src_gas/elf64" ;;
|
||
|
i?86) asm_arch="i386"; asm_dir="asm/i386/src_gas" ;;
|
||
|
*) enable_asm=no ;;
|