[PATCH] Add configure.nat as a dependency of config.status

Simon Marchi simon.marchi@polymtl.ca
Mon Jun 4 14:41:00 GMT 2018


On 2018-06-04 10:36, Pedro Alves wrote:
> On 06/04/2018 03:35 PM, Simon Marchi wrote:
>> After pulling Alan's change that added aarch64-sve-linux-ptrace.o to
>> configure.nat, I got an undefined reference to aarch64_sve_get_vq when
>> doing a "make clean && make".  It turns out that re-running configure
>> (./config.status --recheck) was needed to re-generate the Makefile 
>> with
>> aarch64-sve-linux-ptrace.o included in the object list.  Putting
>> configure.nat in the dependencies of config.status would make sure 
>> that
>> when we modify configure.nat, the configure script is re-ran.  I think
>> it also makes sense because configure.tgt and configure.host are also
>> there.
>> 
>> gdb/ChangeLog:
>> 
>> 	* Makefile.in (config.status): Add configure.nat as a
>> 	dependency.
> 
> Makes sense.
> 
> Thanks,
> Pedro Alves

Thanks, I pushed it.

Simon



More information about the Gdb-patches mailing list