diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-16 19:25:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-16 19:27:26 +0200 |
commit | 9747e322b3ac8c3957746904b3ff56c0d53dcf4f (patch) | |
tree | 40bc25df145d3766828eaf36a131fb5c6a7ffd43 /ldso | |
parent | ea86f1d8885335f2bd38a388d2ab762bd1e29427 (diff) |
ia64: enable and fix compile issues
Enable ia64 in the menu.
Fix build for architectures withou ld.so support.
Fix syntax error in bits/byteswap.h.
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/include/dl-defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ldso/include/dl-defs.h b/ldso/include/dl-defs.h index a1735f026..bedfa977e 100644 --- a/ldso/include/dl-defs.h +++ b/ldso/include/dl-defs.h @@ -73,9 +73,11 @@ typedef struct { #endif #ifdef _LIBC +#ifndef __ARCH_HAS_NO_SHARED__ /* arch specific defines */ #include <dl-sysdep.h> #endif +#endif /* Provide a means for a port to pass additional arguments to the _dl_start function. */ |