aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-08-05 00:35:05 +0200
committerKay Sievers <kay.sievers@suse.de>2006-08-05 00:35:05 +0200
commit05ec6e7507d159e5a02a82927c6571b7e516c52e (patch)
treeee3f5f19ba6e4e0adcd7bb99a9bfbf4a73ed7066 /Makefile
parenteb82b76dedc1482b6434c46fee84d3ef13cb9648 (diff)
downloadudev-05ec6e7507d159e5a02a82927c6571b7e516c52e.tar.gz
switch ifdef __KLIBC__ to ifndef __GLIBC__
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 75789b99..bab1732d 100644
--- a/Makefile
+++ b/Makefile
@@ -33,9 +33,6 @@ USE_GCOV = false
# include Security-Enhanced Linux support
USE_SELINUX = false
-# comile with klibc instead of glibc
-USE_KLIBC = false
-
# set this to create statically linked binaries
USE_STATIC = false
@@ -142,12 +139,6 @@ ifeq ($(strip $(USE_GCOV)),true)
LDFLAGS += -fprofile-arcs
endif
-ifeq ($(strip $(USE_KLIBC)),true)
- KLCC = /usr/bin/$(CROSS_COMPILE)klcc
- CC = $(KLCC)
- LD = $(KLCC)
-endif
-
ifeq ($(strip $(USE_SELINUX)),true)
UDEV_OBJS += udev_selinux.o
LIB_OBJS += -lselinux -lsepol