Bug 464055
| Summary: | fix configure script failure on sh arch. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | CHIKAMA Masaki <masaki.chikama> | ||||
| Component: | R | Assignee: | Tom "spot" Callaway <tcallawa> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | tcallawa | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | sh4 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-10-16 20:45:43 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
CHIKAMA Masaki
2008-09-26 03:38:32 UTC
Also need this patch to R.spec. Please apply.
--- R.spec.org 2008-09-25 14:56:54.000000000 +0900
+++ R.spec 2008-09-25 15:01:49.000000000 +0900
@@ -137,7 +139,7 @@
export F77="gfortran -m64"
export FC="gfortran -m64"
;;
- ia64|alpha)
+ ia64|alpha|sh*)
export CC="gcc"
export CXX="g++"
export F77="gfortran"
Fixes committed to rawhide and mailed to upstream for inclusion, closing out. |