[PATCH] fix cross compilation
23 Apr
2010
23 Apr
'10
7:52 a.m.
Make ./configure --host=powerpc-softfloat-linux-gnu use the detected cross compiler to do incremental linking. Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> --- tools/Rules.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/Rules.in b/tools/Rules.in index 79a15fa..e4598e2 100644 --- a/tools/Rules.in +++ b/tools/Rules.in @@ -66,7 +66,7 @@ else subdir: all.o all.o: $(objs) - $(LD) -r -o $@ $^ + $(CC) -nostdlib -Wl,-r -o $@ $^ endif -- 1.6.4.4
5896
Age (days ago)
5896
Last active (days ago)
0 comments
1 participants
participants (1)
-
Joakim Tjernlund