From: Kay Sievers Date: Wed, 29 Mar 2006 22:48:30 +0000 (+0200) Subject: pass CROSS_COMPILE to AR and RANLIB down to extras/ X-Git-Tag: 174~2304 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=1fda06ae9891494b5890b287bd6db01b685a8be6;hp=1945917d4b2048e56b0b7e26f15b6bcec8c786e9 pass CROSS_COMPILE to AR and RANLIB down to extras/ --- diff --git a/Makefile b/Makefile index 1b9534c7b..fb7428279 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,6 @@ CC = $(CROSS_COMPILE)gcc LD = $(CROSS_COMPILE)gcc AR = $(CROSS_COMPILE)ar RANLIB = $(CROSS_COMPILE)ranlib -HOSTCC = gcc CFLAGS = -g -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 WARNINGS = -Wstrict-prototypes -Wsign-compare -Wshadow \ @@ -175,6 +174,8 @@ all: $(PROGRAMS) $(MAN_PAGES) CFLAGS="$(CFLAGS)" \ LD="$(LD)" \ LDFLAGS="$(LDFLAGS)" \ + AR="$(AR)" \ + RANLIB="$(RANLIB)" \ LIB_OBJS="$(LIB_OBJS)" \ LIBUDEV="$(PWD)/$(LIBUDEV)" \ -C $$target $@ || exit 1; \ diff --git a/extras/volume_id/lib/Makefile b/extras/volume_id/lib/Makefile index f69df5f5c..a0c773550 100644 --- a/extras/volume_id/lib/Makefile +++ b/extras/volume_id/lib/Makefile @@ -54,9 +54,6 @@ HEADERS= \ libvolume_id.h \ util.h -AR = $(CROSS)ar -RANLIB = $(CROSS)ranlib - all: libvolume_id.a $(SHLIB) libvolume_id.pc .PHONY: all .DEFAULT: all