You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.1 KiB
24 lines
1.1 KiB
diff -Naur lzo-2.06/configure lzo-2.06.configure/configure |
|
--- lzo-2.06/configure 2011-08-12 21:32:59.000000000 +0530 |
|
+++ lzo-2.06.configure/configure 2011-09-14 12:33:41.151087816 +0530 |
|
@@ -12964,7 +12964,7 @@ |
|
asm_msg_amd64=no |
|
asm_msg_i386=no |
|
|
|
-case "$host_cpu-$ac_cv_sizeof_void_p" in |
|
+case "$target_cpu-$ac_cv_sizeof_void_p" in |
|
amd64-8 | x86_64-8) asm_arch="amd64"; asm_dir="asm/amd64/src_gas/elf64"; asm_mode="amd64_src_gas_elf64" ;; |
|
i?86-4) asm_arch="i386"; asm_dir="asm/i386/src_gas"; asm_mode="i386_src_gas" ;; |
|
*) enable_asm=no ;; |
|
diff -Naur lzo-2.06/configure.ac lzo-2.06.configure/configure.ac |
|
--- lzo-2.06/configure.ac 2011-08-12 21:32:59.000000000 +0530 |
|
+++ lzo-2.06.configure/configure.ac 2011-09-14 12:33:31.851087334 +0530 |
|
@@ -123,7 +123,7 @@ |
|
asm_msg_amd64=no |
|
asm_msg_i386=no |
|
|
|
-case "$host_cpu-$ac_cv_sizeof_void_p" in |
|
+case "$target_cpu-$ac_cv_sizeof_void_p" in |
|
amd64-8 | x86_64-8) asm_arch="amd64"; asm_dir="asm/amd64/src_gas/elf64"; asm_mode="amd64_src_gas_elf64" ;; |
|
i?86-4) asm_arch="i386"; asm_dir="asm/i386/src_gas"; asm_mode="i386_src_gas" ;; |
|
*) enable_asm=no ;;
|
|
|