+Fri Nov 10 06:39:46 1995 Michael Meissner <meissner@tiktok.cygnus.com>
+
+ * configure.in (--enable-sim-inline): If gcc is found and
+ --enable-sim-inline is not specified, defaine DEFAULT_INLINE to 1,
+ not 2.
+ * configure: Regenerate.
+
Thu Nov 9 12:22:15 1995 Michael Meissner <meissner@tiktok.cygnus.com>
* configure.in: If --silent, don't output information messages.
fi
else
if test x"$GCC" != ""; then
- sim_inline="-DDEFAULT_INLINE=2"
+ sim_inline="-DDEFAULT_INLINE=1"
if test x"$silent" != x"yes"; then
echo "Setting inline flags = $sim_inline" 6>&1
fi
if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
echo "Setting inline flags = $sim_inline" 6>&1
fi],[if test x"$GCC" != ""; then
- sim_inline="-DDEFAULT_INLINE=2"
+ sim_inline="-DDEFAULT_INLINE=1"
if test x"$silent" != x"yes"; then
echo "Setting inline flags = $sim_inline" 6>&1
fi