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 2/4] gdbserver use aarch64_create_target_description


Alan Hayward <Alan.Hayward@arm.com> writes:

> +%-arch-ipa.o: ../arch/%.c
> +	$(IPAGENT_COMPILE) $<
> +	$(POSTCOMPILE)

Can we change it to "arch/%-ipa.o: ../arch/%.c"? because non-IPA version
of objects are compiled to arch/ directory, so it is better to move IPA
version of objects to arch directory too.  Can you write a separate
patch to add this rule and build x86 ipa.o in arch/ directory?

-- 
Yao (齐尧)


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