If --enable-sim-inline is not specified, default to DEFAULT_INLINE=1, not 2.

This commit is contained in:
Michael Meissner 1995-11-10 11:41:58 +00:00
parent e218c1be05
commit b51e5b4f6e
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
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.

2
sim/ppc/configure vendored
View file

@ -600,7 +600,7 @@ if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
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

View file

@ -118,7 +118,7 @@ esac
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