mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
darwin-cross: rename sourcedir with to -
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f9a80baa15
commit
635df2bfe7
@ -19,12 +19,13 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="darwin-cross"
|
PKG_NAME="darwin-cross"
|
||||||
PKG_VERSION=""
|
PKG_VERSION="1"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://gcc.gnu.org/"
|
PKG_SITE="http://gcc.gnu.org/"
|
||||||
PKG_URL="http://atv-bootloader.googlecode.com/files/$PKG_NAME.tar.gz"
|
PKG_URL="http://atv-bootloader.googlecode.com/files/$PKG_NAME.tar.gz"
|
||||||
|
PKG_SOURCE_DIR="$PKG_NAME"
|
||||||
PKG_DEPENDS=""
|
PKG_DEPENDS=""
|
||||||
PKG_BUILD_DEPENDS=""
|
PKG_BUILD_DEPENDS=""
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
|
@ -29,6 +29,6 @@ cp -PR $(kernel_path)/arch/x86/boot/bzImage vmlinuz
|
|||||||
|
|
||||||
make clean
|
make clean
|
||||||
make LDFLAGS="" KERN_OBJ=vmlinuz.obj \
|
make LDFLAGS="" KERN_OBJ=vmlinuz.obj \
|
||||||
CC="$ROOT/$BUILD/darwin-cross/bin/i386-apple-darwin8-gcc-4.0.1" \
|
CC="$ROOT/$BUILD/darwin-cross-1/bin/i386-apple-darwin8-gcc-4.0.1" \
|
||||||
LD="$ROOT/$BUILD/darwin-cross/bin/i386-apple-darwin8-ld"
|
LD="$ROOT/$BUILD/darwin-cross-1/bin/i386-apple-darwin8-ld"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user