mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-02-04 00:04:52 +00:00
helper scripts: modify the filename of the toolchain include so it doesn't conflict
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
. arm-toolchain.sh
|
||||
. toolchain.sh
|
||||
|
||||
make ${arch} ${compiler} ${jobs} mx51_efikamx_defconfig
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash -ex
|
||||
|
||||
. arm-toolchain.sh
|
||||
. toolchain.sh
|
||||
|
||||
target=$1
|
||||
|
||||
@@ -13,5 +13,5 @@ if [ ! -e .config ]; then
|
||||
./config.sh
|
||||
fi
|
||||
|
||||
make-kpkg --uc --us --initrd --cross-compile ${toolchain} --subarch efikamx --jobs=${numjobs} --rootcmd=fakeroot --arch armel --revision ${packagedate} ${target}
|
||||
V=1 CROSS_SUFFIX="${version}" fakeroot make-kpkg --uc --us --initrd --cross-compile ${toolchain} --subarch efikamx --jobs=${numjobs} --rootcmd=fakeroot --arch armel --revision ${packagedate} ${target}
|
||||
|
||||
|
||||
@@ -3,5 +3,6 @@ archname="arm"
|
||||
arch="ARCH=${archname}"
|
||||
toolchain="arm-linux-gnueabi-"
|
||||
compiler="CROSS_COMPILE=${toolchain}"
|
||||
compilerversion="4.4"
|
||||
numjobs="16"
|
||||
jobs="-j${numjobs}"
|
||||
Reference in New Issue
Block a user