File: configure_arm_fix.patch

package info (click to toggle)
openmpi 1.6.5-9.1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 91,628 kB
  • ctags: 44,305
  • sloc: ansic: 408,966; cpp: 44,454; sh: 27,828; makefile: 10,486; asm: 3,882; python: 1,239; lex: 805; perl: 549; csh: 253; fortran: 232; f90: 126; tcl: 12
file content (16 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Description: add some description
## Origin/Author: add some origin or author
## Bug: bug URL
Index: openmpi-1.5.4/configure
===================================================================
--- openmpi-1.5.4.orig/configure	2011-08-18 16:49:03.000000000 +0300
+++ openmpi-1.5.4/configure	2012-01-20 18:12:48.959184193 +0200
@@ -26943,7 +26943,7 @@
             OMPI_GCC_INLINE_ASSIGN='"bis $31,$31,%0" : "=&r"(ret)'
             ;;
 
-        armv7*)
+        arm*)
             ompi_cv_asm_arch="ARM"
             OPAL_ASM_SUPPORT_64BIT=1
             OMPI_GCC_INLINE_ASSIGN='"mov %0, #0" : "=&r"(ret)'