aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/configure.in
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-11-03 03:39:27 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-11-03 03:39:27 +0000
commite61900e6a259570926e289fa8fd22dd3c124d87a (patch)
tree0c24c537d1922738f4caf58f6bcc3fd01e2f79e5 /sim/ppc/configure.in
parentc494cadde621b6d371d03df79486176c10bea303 (diff)
downloadgdb-e61900e6a259570926e289fa8fd22dd3c124d87a.zip
gdb-e61900e6a259570926e289fa8fd22dd3c124d87a.tar.gz
gdb-e61900e6a259570926e289fa8fd22dd3c124d87a.tar.bz2
Update dependencies; Fix multiple options in --enable-sim-cflags
Diffstat (limited to 'sim/ppc/configure.in')
-rw-r--r--sim/ppc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in
index a3c1f39..04beaaf 100644
--- a/sim/ppc/configure.in
+++ b/sim/ppc/configure.in
@@ -7,7 +7,7 @@ AC_ARG_ENABLE(sim-cflags,
[case "${enableval}" in
yes) sim_cflags="-O2 -fomit-frame-pointer";;
no) sim_cflags="";;
- *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /"`;;
+ *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
esac],[sim_cflags=""])dnl
AC_ARG_ENABLE(sim-config,