mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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_VERSION=""
|
||||
PKG_VERSION="1"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://gcc.gnu.org/"
|
||||
PKG_URL="http://atv-bootloader.googlecode.com/files/$PKG_NAME.tar.gz"
|
||||
PKG_SOURCE_DIR="$PKG_NAME"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS=""
|
||||
PKG_PRIORITY="optional"
|
||||
|
@ -29,6 +29,6 @@ cp -PR $(kernel_path)/arch/x86/boot/bzImage vmlinuz
|
||||
|
||||
make clean
|
||||
make LDFLAGS="" KERN_OBJ=vmlinuz.obj \
|
||||
CC="$ROOT/$BUILD/darwin-cross/bin/i386-apple-darwin8-gcc-4.0.1" \
|
||||
LD="$ROOT/$BUILD/darwin-cross/bin/i386-apple-darwin8-ld"
|
||||
CC="$ROOT/$BUILD/darwin-cross-1/bin/i386-apple-darwin8-gcc-4.0.1" \
|
||||
LD="$ROOT/$BUILD/darwin-cross-1/bin/i386-apple-darwin8-ld"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user