File: 03_ias_patch.dpatch

package info (click to toggle)
tbb 2.0r020-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,128 kB
  • ctags: 4,501
  • sloc: cpp: 24,707; ansic: 1,563; asm: 777; makefile: 470; sh: 175
file content (20 lines) | stat: -rw-r--r-- 718 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/sh /usr/share/dpatch/dpatch-run
## 03_ias_patch.dpatch by  <roberto@connexer.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Switch from ias to as for Itanium build

@DPATCH@

diff -uNr tbb20_014oss_src.orig/build/linux.gcc.inc tbb20_014oss_src/build/linux.gcc.inc
--- tbb20_014oss_src.orig/build/linux.gcc.inc	2007-09-21 21:16:34.000000000 -0400
+++ tbb20_014oss_src/build/linux.gcc.inc	2008-01-03 15:17:09.000000000 -0500
@@ -81,7 +81,7 @@
 
 ASSEMBLY_SOURCE=$(arch)-gas
 ifeq (itanium,$(arch))
-    ASM=ias
+    ASM=as
     TBB_ASM.OBJ = atomic_support.o lock_byte.o log2.o pause.o
 endif 
 #------------------------------------------------------------------------------