From: Michael Lauer Date: Sun, 7 Nov 2004 22:32:11 +0000 (+0000) Subject: use proper compiler and linker for shfs-modules X-Git-Tag: Release-2010-05/1~16360 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e1d500e7a55054078cde95c8d51e23e9a9cecb8;p=openembedded.git use proper compiler and linker for shfs-modules BKrev: 418ea26b8a7j7HkCLSDiOfU6WSTbSA --- diff --git a/shfs/shfs-modules_0.35.oe b/shfs/shfs-modules_0.35.oe index bcfb862639..fa50ac3b20 100644 --- a/shfs/shfs-modules_0.35.oe +++ b/shfs/shfs-modules_0.35.oe @@ -4,7 +4,7 @@ SECTION = "kernel/modules" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " LICENSE = "GPL" -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/shfs/shfs-${PV}.tar.gz" S = "${WORKDIR}/shfs-${PV}/shfs/Linux-2.4" @@ -15,7 +15,8 @@ inherit module do_compile() { unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS - oe_runmake KERNEL_SOURCES=${KERNEL_SOURCE} KERNEL=${KERNEL_VERSION} LINKER=${LD} LDFLAGS=-r + oe_runmake KERNEL_SOURCES=${KERNEL_SOURCE} KERNEL=${KERNEL_VERSION} \ + CC="${KERNEL_CC}" LD="${KERNEL_LD}" LINKER="${KERNEL_LD}" LDFLAGS=-r } do_stage() {