X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=67acf88a7b6c099226ecf28960a128d10eb60d61;hb=d45531756b426fb883e78deb412be3c031bb7675;hp=45b8852c8e53ca59c1e8c596eeb803606fff8b54;hpb=3825417866b984c057facee1dc9226e9e855a4be;p=pciutils.git diff --git a/Makefile b/Makefile index 45b8852..67acf88 100644 --- a/Makefile +++ b/Makefile @@ -4,12 +4,13 @@ OPT=-O2 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -VERSION=3.0.1 -DATE=2008-09-11 +VERSION=3.0.2 +DATE=2008-09-19 # Host OS and release (override if you are cross-compiling) HOST= RELEASE= +CROSS_COMPILE= # Support for compressed pci.ids (yes/no, default: detect) ZLIB= @@ -37,8 +38,9 @@ PKGCFDIR=$(LIBDIR)/pkgconfig INSTALL=install DIRINSTALL=install -d STRIP=-s -AR=ar -RANLIB=ranlib +CC=$(CROSS_COMPILE)gcc +AR=$(CROSS_COMPILE)ar +RANLIB=$(CROSS_COMPILE)ranlib # Base name of the library (overriden on NetBSD, which has its own libpci) LIBNAME=libpci