diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-11-22 03:17:46 -0500 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-11-22 11:29:19 -0800 |
commit | fed69b52ba29c50eef49dc20bba8ea85ee01bce9 (patch) | |
tree | 199e0c20b74d1b9bd67c9b4a7934cc6877c3143c | |
parent | c5314468147ecd72c683b8b1e9b3b76fd053c538 (diff) | |
download | uClibc-alpine-fed69b52ba29c50eef49dc20bba8ea85ee01bce9.tar.bz2 uClibc-alpine-fed69b52ba29c50eef49dc20bba8ea85ee01bce9.tar.xz |
remove incorrect text from abspath option
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
-rw-r--r-- | extra/Configs/Config.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index d344385c6..5ef2b9f14 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1937,10 +1937,9 @@ config HARDWIRED_ABSPATH This is a build time optimization. It has no impact on dynamic linking at runtime, which doesn't use linker scripts. - You must disable this to use uClibc with a relocatable toolchain, - such as the prebuilt binary cross compilers at - http://uclibc.org/downloads/binaries which may be installed at an - arbitrary location (such as in a user's home directory). + You must disable this to use uClibc with old non-sysroot toolchains, + such as the prebuilt binary cross compilers at: + http://uclibc.org/downloads/binaries The amount of time saved by this optimization is actually too small to measure. The linker just had to search the library path to find the |