File: tweak-64bits-hppa-alpha.patch

package info (click to toggle)
tbb 2020.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,844 kB
  • sloc: cpp: 142,989; ansic: 11,007; makefile: 1,367; python: 860; asm: 517; sh: 406; javascript: 215; lisp: 198; objc: 176; pascal: 65
file content (15 lines) | stat: -rw-r--r-- 437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Tweak 64 bits detection
Author: Mathieu Malaterre <malat@debian.org>
[Steve Capper: rebase to 2017~U7, rename hppa to parisc and add alpha]

--- a/build/linux.inc
+++ b/build/linux.inc
@@ -114,7 +114,7 @@
 ifeq ($(arch),ia64)
         def_prefix = lin64ipf
 endif
-ifneq (,$(findstring $(arch),sparc s390x))
+ifneq (,$(findstring $(arch),sparc s390x parisc64 alpha))
         def_prefix = lin64
 endif
 ifeq ($(arch),armv7)