Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 773090 Details for
Bug 984204
iscsi-initiator-utils does not support aarch64 in f19 and rawhide
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to add Aarch64 support.
iscsi-6.2.0-aarch64.patch (text/plain), 3.15 KB, created by
D. Marlin
on 2013-07-13 15:47:58 UTC
(
hide
)
Description:
Patch to add Aarch64 support.
Filename:
MIME Type:
Creator:
D. Marlin
Created:
2013-07-13 15:47:58 UTC
Size:
3.15 KB
patch
obsolete
>diff -up open-iscsi-2.0-873/iscsiuio/config.guess.aarch64 open-iscsi-2.0-873/iscsiuio/config.guess >--- open-iscsi-2.0-873/iscsiuio/config.guess.aarch64 2012-11-20 11:07:31.000000000 -0600 >+++ open-iscsi-2.0-873/iscsiuio/config.guess 2013-07-11 14:18:14.789124272 -0500 >@@ -852,6 +852,13 @@ EOF > i*86:Minix:*:*) > echo ${UNAME_MACHINE}-pc-minix > exit ;; >+ aarch64:Linux:*:*) >+ echo ${UNAME_MACHINE}-unknown-linux-gnu >+ exit ;; >+ aarch64_be:Linux:*:*) >+ UNAME_MACHINE=aarch64_be >+ echo ${UNAME_MACHINE}-unknown-linux-gnu >+ exit ;; > arm*:Linux:*:*) > eval $set_cc_for_build > if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ >diff -up open-iscsi-2.0-873/iscsiuio/config.sub.aarch64 open-iscsi-2.0-873/iscsiuio/config.sub >--- open-iscsi-2.0-873/iscsiuio/config.sub.aarch64 2012-11-20 11:07:31.000000000 -0600 >+++ open-iscsi-2.0-873/iscsiuio/config.sub 2013-07-11 14:19:48.406430020 -0500 >@@ -238,6 +238,7 @@ case $basic_machine in > # Some are omitted here because they have special meanings below. > 1750a | 580 \ > | a29k \ >+ | aarch64 | aarch64_be \ > | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ > | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ > | am33_2.0 \ >@@ -316,6 +317,7 @@ case $basic_machine in > # Recognize the basic CPU types with company name. > 580-* \ > | a29k-* \ >+ | aarch64-* | aarch64_be-* \ > | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ > | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ > | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ >diff -up open-iscsi-2.0-873/utils/open-isns/aclocal/config.guess.aarch64 open-iscsi-2.0-873/utils/open-isns/aclocal/config.guess >--- open-iscsi-2.0-873/utils/open-isns/aclocal/config.guess.aarch64 2012-05-20 19:59:24.000000000 -0500 >+++ open-iscsi-2.0-873/utils/open-isns/aclocal/config.guess 2013-07-11 14:22:06.115064306 -0500 >@@ -850,6 +850,13 @@ EOF > i*86:Minix:*:*) > echo ${UNAME_MACHINE}-pc-minix > exit ;; >+ aarch64:Linux:*:*) >+ echo ${UNAME_MACHINE}-unknown-linux-gnu >+ exit ;; >+ aarch64_be:Linux:*:*) >+ UNAME_MACHINE=aarch64_be >+ echo ${UNAME_MACHINE}-unknown-linux-gnu >+ exit ;; > arm*:Linux:*:*) > echo ${UNAME_MACHINE}-unknown-linux-gnu > exit ;; >diff -up open-iscsi-2.0-873/utils/open-isns/aclocal/config.sub.aarch64 open-iscsi-2.0-873/utils/open-isns/aclocal/config.sub >--- open-iscsi-2.0-873/utils/open-isns/aclocal/config.sub.aarch64 2012-05-20 19:59:24.000000000 -0500 >+++ open-iscsi-2.0-873/utils/open-isns/aclocal/config.sub 2013-07-11 14:21:11.411456367 -0500 >@@ -228,6 +228,7 @@ case $basic_machine in > # Some are omitted here because they have special meanings below. > 1750a | 580 \ > | a29k \ >+ | aarch64 | aarch64_be \ > | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ > | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ > | am33_2.0 \ >@@ -296,6 +297,7 @@ case $basic_machine in > # Recognize the basic CPU types with company name. > 580-* \ > | a29k-* \ >+ | aarch64-* | aarch64_be-* \ > | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ > | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ > | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 984204
: 773090