Browse Source

Stefan Paletta:


			
			
				rocklinux
			
			
		
Stefan Paletta 21 years ago
parent
commit
4460fef522
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package/base/linux24-header/linux24-header.conf

+ 2
- 2
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

Loading…
Cancel
Save