diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-02 23:46:16 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-02 23:46:16 +0000 |
commit | a1c0be1a06608e67d416744159e3e495d93b8254 (patch) | |
tree | 260300b7aa83b9fed889d8de6d0a67573a58611d /docs/PORTING | |
parent | 0b0a9a449d38232d87667344b8f54351958f9456 (diff) |
Rename HAVE_NO_SHARED to ARCH_HAS_NO_SHARED, otherwise it's too confusing
with HAVE_SHARED
Diffstat (limited to 'docs/PORTING')
-rw-r--r-- | docs/PORTING | 4 |
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 === |