X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=bab1732da4383ffcd4ddf36f0a1df795059014aa;hb=05ec6e7507d159e5a02a82927c6571b7e516c52e;hp=75789b9996da388627022b0e0f65d41d36020a31;hpb=eb82b76dedc1482b6434c46fee84d3ef13cb9648;p=elogind.git diff --git a/Makefile b/Makefile index 75789b999..bab1732da 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