summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-03-04 19:16:19 +0000
committerEric Andersen <andersen@codepoet.org>2003-03-04 19:16:19 +0000
commit1fc3f2f3de0f731c2869a48f951557eed6704218 (patch)
treee5fa011e92f78d0feab200dde260ba21561e76d0 /README
parent36830baea210bba2490f643a1d147bf9adb2b62b (diff)
Rework things to ensure we are cross compiling. Teach problematic
apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 0 insertions, 16 deletions
diff --git a/README b/README
index 533db7340..e0cf6efbe 100644
--- a/README
+++ b/README
@@ -27,19 +27,3 @@ Have fun!
Please feed suggestions, bug reports, insults, and bribes back to:
Erik Andersen <andersen@codepoet.org>
-
-
-NOTE:
-
- For './configure' to behave itself with certain applications, you may need
- to create a symlink under "/lib" on your system that points to the uClibc
- shared library loader in the staging directory. For example, on my system
-
- $ cd /lib
- $ sudo ln -s /home/andersen/buildroot/build/staging_dir/lib/ld-uClibc.so.0 ld-uClibc.so.0
-
- If you don't use sudo, run 'su -' to become root when making the link. If
- you aren't root it won't work. The reason for this symlink, is it allows
- './configure' to actually execute the test applications it compiles against
- uClibc during the configuration process....
-