summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-10 13:22:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-10 13:22:48 +0000
commit32067a30832afd82d5629b0f114434b7c475f38b (patch)
tree5ae049fce78f630c02e7aa92b885ab69f1fa90e3 /configure
parentPatch from David Fiddes <D.J.Fiddes@hw.ac.uk>. Comments below: (diff)
downloadrtems-32067a30832afd82d5629b0f114434b7c475f38b.tar.bz2
Regenerated after patch from David Fiddes <D.J.Fiddes@hw.ac.uk> for
one of the aclocal macros.
Diffstat (limited to '')
-rw-r--r--configure14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure b/configure
index 6277026df0..5d12803229 100644
--- a/configure
+++ b/configure
@@ -1775,7 +1775,7 @@ else
# native tools or uses prefixes for gnutools (e.g. gas instead of as)
case $host_os in
*cygwin32*)
- AR_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ar | sed -e "s%\\\\%/%g" `
+ AR_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ar | sed -e 's%\\\\%/%g' `
;;
*)
AR_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ar`
@@ -1858,7 +1858,7 @@ else
# native tools or uses prefixes for gnutools (e.g. gas instead of as)
case $host_os in
*cygwin32*)
- AS_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=as | sed -e "s%\\\\%/%g" `
+ AS_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=as | sed -e 's%\\\\%/%g' `
;;
*)
AS_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=as`
@@ -1941,7 +1941,7 @@ else
# native tools or uses prefixes for gnutools (e.g. gas instead of as)
case $host_os in
*cygwin32*)
- LD_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ld | sed -e "s%\\\\%/%g" `
+ LD_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ld | sed -e 's%\\\\%/%g' `
;;
*)
LD_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ld`
@@ -2024,7 +2024,7 @@ else
# native tools or uses prefixes for gnutools (e.g. gas instead of as)
case $host_os in
*cygwin32*)
- NM_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=nm | sed -e "s%\\\\%/%g" `
+ NM_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=nm | sed -e 's%\\\\%/%g' `
;;
*)
NM_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=nm`
@@ -2108,7 +2108,7 @@ else
# native tools or uses prefixes for gnutools (e.g. gas instead of as)
case $host_os in
*cygwin32*)
- RANLIB_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ranlib | sed -e "s%\\\\%/%g" `
+ RANLIB_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ranlib | sed -e 's%\\\\%/%g' `
;;
*)
RANLIB_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ranlib`
@@ -2228,7 +2228,7 @@ else
# native tools or uses prefixes for gnutools (e.g. gas instead of as)
case $host_os in
*cygwin32*)
- OBJCOPY_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=objcopy | sed -e "s%\\\\%/%g" `
+ OBJCOPY_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=objcopy | sed -e 's%\\\\%/%g' `
;;
*)
OBJCOPY_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=objcopy`
@@ -2311,7 +2311,7 @@ else
# native tools or uses prefixes for gnutools (e.g. gas instead of as)
case $host_os in
*cygwin32*)
- SIZE_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=size | sed -e "s%\\\\%/%g" `
+ SIZE_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=size | sed -e 's%\\\\%/%g' `
;;
*)
SIZE_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=size`