Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2004-05-27 22:22:27 +0400
committerDaniel Jacobowitz <drow@false.org>2004-05-27 22:22:27 +0400
commit6d9402b467798278a8fc694124d13cf269705957 (patch)
tree578deb108f408ba3f65f63eb98e733dd1934866a /configure
parent1973881114021f0a1c2c4b89e6afafb01ffb5816 (diff)
* configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 580c9165d..765022877 100755
--- a/configure
+++ b/configure
@@ -3352,7 +3352,7 @@ elif test -d ${srcdir}/gcc; then
elif test "$host" = "$target"; then
GFORTRAN_FOR_TARGET='gfortran'
else
- GFORTRAN_FOR_TARGET=`echo gfortran | sed -e 's/x/x/' ${program_transform_name}`
+ GFORTRAN_FOR_TARGET=`echo gfortran | sed "${program_transform_name}"`
fi
case $GFORTRAN_FOR_TARGET in
*' $(FLAGS_FOR_TARGET)') ;;