From d45727cae837aeb50b18a573aa467e88aefb43ee Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 3 Sep 2005 15:57:31 -0700 Subject: [PATCH] --- yaml --- r: 7029 b: refs/heads/master c: 13abf8130139c2ccd4962a7e5a8902be5e6cb5a7 h: refs/heads/master i: 7027: e1dd9069076cff136bee1c7bde8cf83b57d29722 v: v3 --- [refs] | 2 +- trunk/arch/um/scripts/Makefile.unmap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f1059a683aa7..9cb8167cc7a0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 93ea5a5b5c71ddbefd4082627d8f33e4bc038a6f +refs/heads/master: 13abf8130139c2ccd4962a7e5a8902be5e6cb5a7 diff --git a/trunk/arch/um/scripts/Makefile.unmap b/trunk/arch/um/scripts/Makefile.unmap index 802d027a1e13..b2165188d942 100644 --- a/trunk/arch/um/scripts/Makefile.unmap +++ b/trunk/arch/um/scripts/Makefile.unmap @@ -12,7 +12,7 @@ $(obj)/unmap.o: _c_flags = $(call unprofile,$(CFLAGS)) quiet_cmd_wrapld = LD $@ define cmd_wrapld - $(LD) $(LDFLAGS) -r -o $(obj)/unmap_tmp.o $< $(shell $(CC) $(CFLAGS) -print-file-name=libc.a); \ + $(LD) $(LDFLAGS) -r -o $(obj)/unmap_tmp.o $< ; \ $(OBJCOPY) $(UML_OBJCOPYFLAGS) $(obj)/unmap_tmp.o $@ -G switcheroo endef