Bug 21143 - cross-built gfortran installed as gfortran
Summary: cross-built gfortran installed as gfortran
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL: http://gcc.gnu.org/ml/gcc-patches/200...
Keywords: patch
Depends on:
Blocks:
 
Reported: 2005-04-21 09:01 UTC by Ralf Corsepius
Modified: 2006-07-24 21:47 UTC (History)
3 users (show)

See Also:
Host: any
Target: != build
Build:
Known to work:
Known to fail:
Last reconfirmed: 2005-12-07 05:49:53


Attachments
Patch against 4.0.0 to fix this PR (556 bytes, patch)
2005-04-21 16:20 UTC, Ralf Corsepius
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Corsepius 2005-04-21 09:01:45 UTC
Cross-building gfortran installs "gfortran" as
$bindir/gfortran
instead of
$bindir/<target>-gfortran

My actual configuration (one-tree style, gcc-4.0.0 20050421 + newlib-cvs)
configure ... --with-newlib --target=i386-rtems4.7 \
--enable-languages=c,c++,f95
Comment 1 Ralf Corsepius 2005-04-21 16:20:05 UTC
Created attachment 8704 [details]
Patch against 4.0.0 to fix this PR
Comment 2 Andrew Pinski 2005-04-21 16:29:44 UTC
Confirmed.
Comment 3 Francois-Xavier Coudert 2005-09-07 16:07:03 UTC
Can someone ping this patch on the gcc-patches ml?
Comment 4 Francois-Xavier Coudert 2006-07-24 21:47:09 UTC
I think this one is now fixed, at least on mainline.