Il 03/06/2012 15:42, Blue Swirl ha scritto:
>> >  # HELPER_CFLAGS is used for all the legacy code compiled with static 
>> > register
>> >  # variables
>> > -ifneq ($(TARGET_BASE_ARCH), sparc)
>> > -op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
>> > -endif
>> > +%/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
> This should be target specific.
> 
> Overall, the target-* changes will conflict with AREG0 conversion,
> perhaps those  patches should be postponed.

It's difficult to convert Makefile.objs without doing Makefile.target
first.  Not a big deal though, the conflicts are easy for me to resolve.

Paolo

Reply via email to