The patch titled

     uml: remove libc reference in build

has been added to the -mm tree.  Its filename is

     uml-remove-libc-reference-in-build.patch

Patches currently in -mm which might be from [EMAIL PROTECTED] are

uml-fix-signal-frame-copy_user.patch
uml-fix-a-macro-typo.patch
uml-build-cleanup.patch
uml-remove-libc-reference-in-build.patch
uml-mark-smp-on-uml-x86_64-as-broken.patch
uml-remove-duplicated-exports.patch
namei-cleanup.patch
use-get_fs_struct-in-proc.patch
fix-enum-pid_directory_inos-in-proc-basec.patch
remove-duplicated-code-from-proc-and-ptrace.patch
remove-duplicated-sys_open32-code-from-64bit-archs.patch
cifs_create-fix.patch
deprecate-openfoo-3.patch
pivot_root-circular-reference-fix-3.patch



From: Al Viro <[EMAIL PROTECTED]>

Remove an unneeded reference to libc.

Signed-off-by: Jeff Dike <[EMAIL PROTECTED]>
Cc: Paolo Giarrusso <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 arch/um/scripts/Makefile.unmap |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/um/scripts/Makefile.unmap~uml-remove-libc-reference-in-build 
arch/um/scripts/Makefile.unmap
--- devel/arch/um/scripts/Makefile.unmap~uml-remove-libc-reference-in-build     
2005-08-30 00:11:12.000000000 -0700
+++ devel-akpm/arch/um/scripts/Makefile.unmap   2005-08-30 00:11:13.000000000 
-0700
@@ -12,7 +12,7 @@ $(obj)/unmap.o: _c_flags = $(call unprof
 
 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 mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to