On 18 September 2014 12:55, Stefan Weil wrote:
> Commit c261d774fb9093d00e0938a19f502fb220f62718 added one more binutils
> tool: nm also needs a cross prefix.
>
> Signed-off-by: Stefan Weil
> ---
> configure |2 ++
> rules.mak |2 +-
> 2 files changed, 3 insertions(+), 1 deletion(-)
App
On 19 September 2014 06:27, Paolo Bonzini wrote:
> Il 18/09/2014 22:07, Peter Maydell ha scritto:
>> On 18 September 2014 12:55, Stefan Weil wrote:
>>> Commit c261d774fb9093d00e0938a19f502fb220f62718 added one more binutils
>>> tool: nm also needs a cross prefix.
>>>
>>> Signed-off-by: Stefan Wei
Il 18/09/2014 22:07, Peter Maydell ha scritto:
> On 18 September 2014 12:55, Stefan Weil wrote:
>> Commit c261d774fb9093d00e0938a19f502fb220f62718 added one more binutils
>> tool: nm also needs a cross prefix.
>>
>> Signed-off-by: Stefan Weil
>
> Heh, completely missed that when reviewing the or
On 18 September 2014 12:55, Stefan Weil wrote:
> Commit c261d774fb9093d00e0938a19f502fb220f62718 added one more binutils
> tool: nm also needs a cross prefix.
>
> Signed-off-by: Stefan Weil
Heh, completely missed that when reviewing the original patch.
Reviewed-by: Peter Maydell
-- PMM
Commit c261d774fb9093d00e0938a19f502fb220f62718 added one more binutils
tool: nm also needs a cross prefix.
Signed-off-by: Stefan Weil
---
configure |2 ++
rules.mak |2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/configure b/configure
index 1a9daa5..5eb95a3 100755
-
On Tue, May 18, 2010 at 10:12:54PM +0200, Stefan Weil wrote:
> Am 18.05.2010 19:43, schrieb Aurelien Jarno:
> >On Sun, Apr 11, 2010 at 06:44:18PM +0200, Stefan Weil wrote:
> >>This patch enhances the algorithm which finds the correct settings for SDL.
> >>For cross compilations (when cross_prefix i
Am 18.05.2010 19:43, schrieb Aurelien Jarno:
On Sun, Apr 11, 2010 at 06:44:18PM +0200, Stefan Weil wrote:
This patch enhances the algorithm which finds the correct settings for SDL.
For cross compilations (when cross_prefix is set), it looks for sdl-config
with cross prefix. Here is the comp
On Sun, Apr 11, 2010 at 06:44:18PM +0200, Stefan Weil wrote:
> This patch enhances the algorithm which finds the correct settings for SDL.
> For cross compilations (when cross_prefix is set), it looks for sdl-config
> with cross prefix. Here is the complete search order:
>
> $(cross_prefix}pkg-con
This patch enhances the algorithm which finds the correct settings for SDL.
For cross compilations (when cross_prefix is set), it looks for sdl-config
with cross prefix. Here is the complete search order:
$(cross_prefix}pkg-config (old, only used for cross compilation)
${cross_prefix}
Aurelien Jarno schrieb:
> On Sat, Apr 10, 2010 at 09:34:31AM +0200, Stefan Weil wrote:
>> Aurelien Jarno schrieb:
>>> On Sun, Mar 28, 2010 at 11:44:05AM +0200, Stefan Weil wrote:
This patch enhances the algorithm which finds the correct settings
for SDL.
For cross compilations (when
On Sat, Apr 10, 2010 at 09:34:31AM +0200, Stefan Weil wrote:
> Aurelien Jarno schrieb:
> > On Sun, Mar 28, 2010 at 11:44:05AM +0200, Stefan Weil wrote:
> >> This patch enhances the algorithm which finds the correct settings
> >> for SDL.
> >> For cross compilations (when cross_prefix is set), it lo
Aurelien Jarno schrieb:
> On Sun, Mar 28, 2010 at 11:44:05AM +0200, Stefan Weil wrote:
>> This patch enhances the algorithm which finds the correct settings
>> for SDL.
>> For cross compilations (when cross_prefix is set), it looks for
>> sdl-config
>> with cross prefix. Here is the complete search
On Sun, Mar 28, 2010 at 11:44:05AM +0200, Stefan Weil wrote:
> This patch enhances the algorithm which finds the correct settings for SDL.
> For cross compilations (when cross_prefix is set), it looks for sdl-config
> with cross prefix. Here is the complete search order:
>
> ${cross_prefix}sdl_con
This patch enhances the algorithm which finds the correct settings for SDL.
For cross compilations (when cross_prefix is set), it looks for sdl-config
with cross prefix. Here is the complete search order:
${cross_prefix}sdl_config (new, only used for cross compilation)
$(cross_prefix}
14 matches
Mail list logo