chiark / gitweb /
[PATCH] Add -nodefaultlibs while compiling against klibc
authormort@wildopensource.com <mort@wildopensource.com>
Tue, 2 Dec 2003 08:59:36 +0000 (00:59 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:04 +0000 (21:13 -0700)
commit7f2ea6a38223b02d38406baf1843f4ee1349abcf
tree350a71a6ec3bdc02350263cf0a91341fc6d288be
parentedcd336477880368915245a4b7ddd1bca5940b30
[PATCH] Add -nodefaultlibs while compiling against klibc

This patch adds -nodefaultlibs to LDFLAGS when compiling udev against
klibc.  This fixes the warning that I was getting when using $(LD)=gcc
in the versions after Makefile.klibc disappeared.  The problem was that
it was still including a "-lc" in the call to the linker.
Makefile