[PATCH 3/9] UML - Remove libc reference in build

From: Jeff Dike
Date: Mon Aug 29 2005 - 15:20:11 EST


>From Al Viro - Remove an unneeded reference to libc

Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxx>

Index: linux-2.6.13-rc6/arch/um/scripts/Makefile.unmap
===================================================================
--- linux-2.6.13-rc6.orig/arch/um/scripts/Makefile.unmap 2005-08-08 12:11:18.000000000 -0400
+++ linux-2.6.13-rc6/arch/um/scripts/Makefile.unmap 2005-08-15 13:55:40.000000000 -0400
@@ -12,7 +12,7 @@

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


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/