[patch] kexec: Use target linker for purgatory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 12/20/2007 05:28 PM, Jeremy Kerr wrote:
> Geoff,
> 
>> Pugatory files need to be linked with the target linker,
>> not the build linker.
>>
>>  	$(MKDIR) -p $(@D)
>> -	$(LD) $(LDFLAGS) -o $@ $^
>> +	$(CC) $(LDFLAGS) -o $@ $^
> 
> Shouldn't that be $(TARGET_CC) then?

It follows the convention in that makefile.  There is this:

  $(PURGATORY): CC=$(TARGET_CC)

-Geoff




[Index of Archives]     [LM Sensors]     [Linux Sound]     [ALSA Users]     [ALSA Devel]     [Linux Audio Users]     [Linux Media]     [Kernel]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux