summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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 ===