X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=665f75a29ee28070592b6874efc8b3954a0453e4;hb=3cf745e128ba02fcea33bd13190b713f00119150;hp=b04321ff4e44a10b0dbbb9e37c144c32d4a00019;hpb=a105fe495bdc95a24eaf2db557104534f6e1db34;p=elogind.git diff --git a/Makefile b/Makefile index b04321ff4..665f75a29 100644 --- a/Makefile +++ b/Makefile @@ -174,7 +174,7 @@ endif # link udev against it statically. Otherwise, use glibc and link dynamically. ifeq ($(strip $(USE_KLIBC)),true) KLIBC_INSTALL = $(PWD)/klibc/.install - KLCC = $(KLIBC_INSTALL)/bin/klcc + KLCC = $(KLIBC_INSTALL)/bin/$(CROSS)klcc CC = $(KLCC) LD = $(KLCC) else