summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-19 17:50:23 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-19 17:50:23 +0000
commitb91bb097caad9913964b92fd9751241f559cc9e6 (patch)
tree56f76ddc652e1032cd4c3e4ea62f6635c026565a /docs
parent010e71eb372b624317dfa2b6d7f353d38f172621 (diff)
Remove HAVE_ELF
Diffstat (limited to 'docs')
-rw-r--r--docs/PORTING2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PORTING b/docs/PORTING
index 469effbdb..5c1a3989a 100644
--- a/docs/PORTING
+++ b/docs/PORTING
@@ -11,7 +11,7 @@ you are hacking on.
- 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 HAVE_ELF
+ to Config.ARCH's TARGET_ARCH
====================
=== libc sysdeps ===