From 0063a2f8d5a06bcb171d860c82b933caa8a8fdac Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 10 Oct 2010 09:50:17 +0000 Subject: [PATCH] Fixed image creation on Linux/arm --- targets/Linux-arm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/targets/Linux-arm b/targets/Linux-arm index 8607f6f..d26d49d 100644 --- a/targets/Linux-arm +++ b/targets/Linux-arm @@ -4,7 +4,7 @@ #variables -[ -z "$LD" ] && LD="cc -shared -nostdlib" +[ -z "$LD" ] && LD="$CC -shared -nostdlib" [ -z "$MKFS" ] && MKFS="mkfs.jffs2 -n -e 0x4000 -l -q -r $DESTDIR -X zlib -o" @@ -46,6 +46,7 @@ _image_ramdisk() #image_rootfs _image_rootfs() { + #FIXME make IMAGE_SIZE optional and use ext2 then USAGE="Options for $IMAGE_TYPE on $TARGET:\n\ IMAGE_FILE Where to write the filesystem image\n\ IMAGE_MODULES Path to a tar.gz archive of kernel modules (optional)\n\