| Index: sim/ppc/configure
|
| diff --git a/sim/ppc/configure b/sim/ppc/configure
|
| index d0604d2d50941e066c70fc6d95ccc0aea477f988..fd89cb63bc4fefbd73f169f6e0aabf91f3aedd76 100755
|
| --- a/sim/ppc/configure
|
| +++ b/sim/ppc/configure
|
| @@ -2450,6 +2450,44 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
|
|
|
|
|
| +## -*- Autoconf -*-
|
| +
|
| +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
|
| +# Free Software Foundation, Inc.
|
| +#
|
| +# This file is free software; the Free Software Foundation
|
| +# gives unlimited permission to copy and/or distribute it,
|
| +# with or without modifications, as long as this notice is preserved.
|
| +
|
| +# serial 8
|
| +
|
| +# Based on depend.m4 from automake 1.9, modified for standalone use in
|
| +# an environment where GNU make is required.
|
| +
|
| +# ZW_PROG_COMPILER_DEPENDENCIES
|
| +# -----------------------------
|
| +# Variant of _AM_DEPENDENCIES which just does the dependency probe and
|
| +# sets fooDEPMODE accordingly. Cache-variable compatible with
|
| +# original; not side-effect compatible. As the users of this macro
|
| +# may require accurate dependencies for correct builds, it does *not*
|
| +# honor --disable-dependency-checking, and failure to detect a usable
|
| +# method is an error. depcomp is assumed to be located in
|
| +# $ac_aux_dir.
|
| +#
|
| +# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
|
| +
|
| +
|
| +
|
| +# AM_SET_DEPDIR
|
| +# -------------
|
| +# Choose a directory name for dependency files.
|
| +
|
| +
|
| +# ZW_CREATE_DEPDIR
|
| +# ----------------
|
| +# As AM_SET_DEPDIR, but also create the directory at config.status time.
|
| +
|
| +
|
|
|
|
|
|
|
| @@ -2625,9 +2663,9 @@ sim_inline="-DDEFAULT_INLINE=0"
|
| # AC_PROG_CPP_WERROR
|
|
|
| # Test for GNAT.
|
| -# We require the gnatbind program, and a compiler driver that
|
| -# understands Ada. We use the user's CC setting, already found,
|
| -# and possibly add $1 to the command-line parameters.
|
| +# We require the gnatbind & gnatmake programs, as well as a compiler driver
|
| +# that understands Ada. We use the user's CC setting, already found, and
|
| +# possibly add $1 to the command-line parameters.
|
| #
|
| # Sets the shell variable have_gnat to yes or no as appropriate, and
|
| # substitutes GNATBIND and GNATMAKE.
|
|
|