changeset 227:d2311b2989aa

Add comments at the top of various target config files.
author Rob Landley <rob@landley.net>
date Thu, 11 Oct 2007 19:47:48 -0500
parents 11e68dfd98dc
children 92f89c9c9495
files sources/configs/i586 sources/configs/i686 sources/configs/m68k sources/configs/mips sources/configs/mipsel
diffstat 5 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sources/configs/i586	Thu Oct 11 19:47:18 2007 -0500
+++ b/sources/configs/i586	Thu Oct 11 19:47:48 2007 -0500
@@ -1,3 +1,6 @@
+# An i586 board, to demonstrate that code that runs on the host can still be cross compiling.
+# This should run on an original Pentium or Pentium Pro, which i686 code won't.
+
 KARCH=i386
 KERNEL_PATH=arch/${KARCH}/boot/bzImage
 BINUTILS_FLAGS=
--- a/sources/configs/i686	Thu Oct 11 19:47:18 2007 -0500
+++ b/sources/configs/i686	Thu Oct 11 19:47:48 2007 -0500
@@ -1,3 +1,5 @@
+# Standard x86 target.
+
 KARCH=i386
 KERNEL_PATH=arch/${KARCH}/boot/bzImage
 BINUTILS_FLAGS=
--- a/sources/configs/m68k	Thu Oct 11 19:47:18 2007 -0500
+++ b/sources/configs/m68k	Thu Oct 11 19:47:48 2007 -0500
@@ -1,3 +1,6 @@
+# XXX Status: builds but can't test it, need a kernel .config and matching emulator.
+# The current kernel miniconfig is based on defconfig (aimed at the Amiga).
+
 KARCH=m68k
 KERNEL_PATH=vmlinux
 GCC_FLAGS= #"--with-float=soft"
--- a/sources/configs/mips	Thu Oct 11 19:47:18 2007 -0500
+++ b/sources/configs/mips	Thu Oct 11 19:47:48 2007 -0500
@@ -1,3 +1,5 @@
+# Mips r4k big endian
+
 KARCH=mips
 KERNEL_PATH=vmlinux
 BINUTILS_FLAGS=
--- a/sources/configs/mipsel	Thu Oct 11 19:47:18 2007 -0500
+++ b/sources/configs/mipsel	Thu Oct 11 19:47:48 2007 -0500
@@ -1,3 +1,5 @@
+# Mips r4k little endian
+
 KARCH=mips
 KERNEL_PATH=vmlinux
 BINUTILS_FLAGS=