From 4460fef522ae19e19e386a688e45970275e2811a Mon Sep 17 00:00:00 2001 From: Stefan Paletta Date: Thu, 11 Mar 2004 19:09:32 +0000 Subject: [PATCH] Stefan Paletta: fix sparc cross build of linux*-header [2004031120043903600] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2508 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/linux24-header/linux24-header.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/base/linux24-header/linux24-header.conf b/package/base/linux24-header/linux24-header.conf index f7191c27a..fe6c61544 100644 --- a/package/base/linux24-header/linux24-header.conf +++ b/package/base/linux24-header/linux24-header.conf @@ -43,10 +43,10 @@ main_lx_header() { # which is stage 1 and above ... if [ $stagelevel -gt 0 ] ; then # build two generated headers first ... - make ARCH=sparc TOPDIR=$PWD HPATH=$PWD/include \ + make ARCH=sparc CROSS_COMPILE=$archprefix KCC=$KCC \ arch/sparc/kernel/Makefile check_asm [ $lx_cpu = sparc64 ] && \ - make ARCH=sparc64 TOPDIR=$PWD HPATH=$PWD/include \ + make ARCH=sparc64 CROSS_COMPILE=$archprefix KCC=$KCC \ arch/sparc64/kernel/Makefile check_asm fi