From 34690bfd1e7a0e3a1cde6d688d4ba2e6f9170b69 Mon Sep 17 00:00:00 2001 From: shelarcy Date: Thu, 20 Sep 2007 13:01:59 +0000 Subject: [PATCH] make stamp.inplace-gcc-lib copy $(LD) instead of $(GccDir)ld.exe to avoid building problem --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5bdd2de..ac67427 100644 --- a/Makefile +++ b/Makefile @@ -139,7 +139,7 @@ all :: stamp.inplace-gcc-lib stamp.inplace-gcc-lib: $(RM) -r compiler/gcc-lib mkdir compiler/gcc-lib - cp $(GccDir)ld.exe compiler/gcc-lib + cp $(LD) compiler/gcc-lib touch $@ clean :: -- 1.7.10.4