comparison sources/targets/mips64 @ 1728:b89324905ca2 draft

Giant redo to put simple-root-filesystem in initmpfs. NO_NATIVE_COMPILER and NO_ROOTDIRS went away, kernel built moved back into system-image.sh, old root-filesystem.sh and root-image.sh are no longer used, I need to fix up several things (chroot-splice.sh, the lfs-bootstrap build is breaking in mpfr, haven't tested this on all targets yet... but the basics are in.
author Rob Landley <rob@landley.net>
date Fri, 06 Feb 2015 01:51:54 -0600
parents b499abdbcdfa
children
comparison
equal deleted inserted replaced
1727:45c936d93711 1728:b89324905ca2
4 KERNEL_PATH=vmlinux 4 KERNEL_PATH=vmlinux
5 BINUTILS_FLAGS="--enable-64-bit-bfd" 5 BINUTILS_FLAGS="--enable-64-bit-bfd"
6 GCC_FLAGS= 6 GCC_FLAGS=
7 QEMU_TEST=mips64 7 QEMU_TEST=mips64
8 8
9 ROOT=hda
10 CONSOLE=ttyS0 9 CONSOLE=ttyS0
11 10
12 UCLIBC_CONFIG=" 11 UCLIBC_CONFIG="
13 TARGET_mips=y 12 TARGET_mips=y
14 CONFIG_MIPS_N64_ABI=y 13 CONFIG_MIPS_N64_ABI=y