summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-02 23:46:16 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-02 23:46:16 +0000
commita1c0be1a06608e67d416744159e3e495d93b8254 (patch)
tree260300b7aa83b9fed889d8de6d0a67573a58611d /docs
parent0b0a9a449d38232d87667344b8f54351958f9456 (diff)
Rename HAVE_NO_SHARED to ARCH_HAS_NO_SHARED, otherwise it's too confusing
with HAVE_SHARED
Diffstat (limited to 'docs')
-rw-r--r--docs/PORTING4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/PORTING b/docs/PORTING
index 613f06a05..cadb32311 100644
--- a/docs/PORTING
+++ b/docs/PORTING
@@ -10,8 +10,8 @@ you are hacking on.
- add ARCH to the 'Target Architecture' list in extra/Configs/Config.in
- Initially you will want to disable shared libraries, since making
the shared library loader work requires you first have basic architecture
- support working. Thus you should add HAVE_NO_SHARED and ARCH_HAS_NO_LDSO
- to Config.ARCH's TARGET_ARCH
+ support working. Thus you should add ARCH_HAS_NO_SHARED and
+ ARCH_HAS_NO_LDSO to Config.ARCH's TARGET_ARCH
====================
=== libc sysdeps ===