comparison sources/targets/i486 @ 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 c3b5be048ba4
children 4927c8b8de1b
comparison
equal deleted inserted replaced
1727:45c936d93711 1728:b89324905ca2
13 KERNEL_PATH=arch/${KARCH}/boot/bzImage 13 KERNEL_PATH=arch/${KARCH}/boot/bzImage
14 BINUTILS_FLAGS= 14 BINUTILS_FLAGS=
15 GCC_FLAGS= 15 GCC_FLAGS=
16 QEMU_TEST=$KARCH 16 QEMU_TEST=$KARCH
17 17
18 ROOT=hda
19 CONSOLE=ttyS0 18 CONSOLE=ttyS0
20 19
21 UCLIBC_CONFIG=" 20 UCLIBC_CONFIG="
22 TARGET_i386=y 21 TARGET_i386=y
23 CONFIG_486=y 22 CONFIG_486=y