diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-08-05 00:35:05 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-08-05 00:35:05 +0200 |
commit | 05ec6e7507d159e5a02a82927c6571b7e516c52e (patch) | |
tree | ee3f5f19ba6e4e0adcd7bb99a9bfbf4a73ed7066 /Makefile | |
parent | eb82b76dedc1482b6434c46fee84d3ef13cb9648 (diff) |
switch ifdef __KLIBC__ to ifndef __GLIBC__
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 |