File: 04-add-s390x-support

package info (click to toggle)
netw-ib-ox-ag 5.39.0-1.5
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 22,100 kB
  • sloc: ansic: 177,464; tcl: 10,634; cpp: 929; sh: 849; makefile: 135
file content (17 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Add platform detection support for IBM S390 (64-bit)
 This patch adds platform detection support for the IBM S390 (64-bit)
 architecture, also called s390x.
 .

--- netw-ib-ox-ag-5.39.0.orig/src/netwib-src/src/genemake
+++ netw-ib-ox-ag-5.39.0/src/netwib-src/src/genemake
@@ -121,6 +121,9 @@ case $unamem in
   "s390" )
     NETWIBDEF_SYSARCH="s390"
     ;;
+  "s390x" )
+    NETWIBDEF_SYSARCH="s390x"
+    ;;
   sh* )
     NETWIBDEF_SYSARCH="sh"
     ;;