darwin-cross: rename sourcedir with to -

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-12-06 17:38:04 +01:00
parent f9a80baa15
commit 635df2bfe7
2 changed files with 4 additions and 3 deletions

View File

@ -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"

View File

@ -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"