From 9747e322b3ac8c3957746904b3ff56c0d53dcf4f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 16 Oct 2015 19:25:44 +0200 Subject: 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. --- ldso/include/dl-defs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ldso') 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 #endif +#endif /* Provide a means for a port to pass additional arguments to the _dl_start function. */ -- cgit v1.2.3