This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [patch] use python-config if available


  Hi Matthias,

it seems there is a small oversight in your patch,
  in ACERROR you have ${python-config}
in places where you should  probably use ${python_config}

  I can't comment on the patch otherwise, as
my python level is zero...

Pierre Muller

> -----Message d'origine-----
> De?: gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Matthias Klose
> Envoyé?: jeudi 20 décembre 2012 16:43
> À?: gdb-patches@sourceware.org
> Objet?: Re: [patch] use python-config if available
> 
> Am 20.12.2012 16:41, schrieb Matthias Klose:
> > This patch does use the python-config, which comes shipped with the
python
> > interpreter, and falls back to the internal copy of python-config.py.
> > AC_CHECK_TOOL is used to find a possible python-config for the host.
> >
> > Tested with 7.5 with a native and a cross build.
> >
> >   Matthias
> >



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]