summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2003-08-26 12:58:46 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2003-08-26 12:58:46 +0000
commitdb2cbe8f5842d8bb1399007b9e7000599e3c7490 (patch)
tree9ad67b23b7ea084270c88b0ff90456141a8ada21 /README
parent78c2b6cec7091e04a201c17bfbeb7bbf9c50d515 (diff)
downloadptxdist-db2cbe8f5842d8bb1399007b9e7000599e3c7490.tar.gz
ptxdist-db2cbe8f5842d8bb1399007b9e7000599e3c7490.tar.xz
Fix _config. [RSC]
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@207 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index ab115677f..725025233 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ Intro
For the impatient: try out to compile your own Linux system for generic
i386 machines with
- make i386-generic-glibc
+ make i386-generic-glibc_config
make world
chroot root/ /bin/sh
@@ -66,12 +66,16 @@ Bugs
- kernel: configuration is not yet included (kconfig vs. cml1 problem).
As long as we don't have a solution the kernel configuration is
actually taken from the path configured in .config.
+
- busybox: patch compiler config variable in configuration
+
- check if all tools use the correct compilers
+
- search for FIXMEs
+
- before starting you should look at the .config file and fix PTXCONF_PREFIX
to point to a directory where you want the local stuff to be builded (like
cross compilers etc).
-
+
Robert Schwebel <r.schwebel@pengutronix.de>