From a1c0be1a06608e67d416744159e3e495d93b8254 Mon Sep 17 00:00:00 2001
From: Denis Vlasenko <vda.linux@googlemail.com>
Date: Mon, 2 Jun 2008 23:46:16 +0000
Subject: Rename HAVE_NO_SHARED to ARCH_HAS_NO_SHARED, otherwise it's too
 confusing with HAVE_SHARED

---
 docs/PORTING | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'docs')

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 ===
-- 
cgit v1.2.3