comparison sources/targets/x86_64 @ 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 36beae266f90
children 0787ceb820bf
comparison
equal deleted inserted replaced
1727:45c936d93711 1728:b89324905ca2
8 KERNEL_PATH=arch/${KARCH}/boot/bzImage 8 KERNEL_PATH=arch/${KARCH}/boot/bzImage
9 GCC_FLAGS= 9 GCC_FLAGS=
10 BINUTILS_FLAGS="--enable-64-bit-bfd" 10 BINUTILS_FLAGS="--enable-64-bit-bfd"
11 QEMU_TEST= 11 QEMU_TEST=
12 12
13 ROOT=hda
14 CONSOLE=ttyS0 13 CONSOLE=ttyS0
15 14
16 UCLIBC_CONFIG=" 15 UCLIBC_CONFIG="
17 TARGET_x86_64=y 16 TARGET_x86_64=y
18 UCLIBC_HAS_FPU=y 17 UCLIBC_HAS_FPU=y