OSDN Git Service

ia64: enable and fix compile issues
authorWaldemar Brodkorb <wbx@openadk.org>
Fri, 16 Oct 2015 17:25:44 +0000 (19:25 +0200)
committerWaldemar Brodkorb <wbx@openadk.org>
Fri, 16 Oct 2015 17:28:55 +0000 (19:28 +0200)
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
libc/sysdeps/linux/ia64/bits/byteswap.h

index a1735f0..bedfa97 100644 (file)
@@ -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.  */
index 3226669..0e352fc 100644 (file)
@@ -46,6 +46,4 @@
          __v; }))
 #endif
 
-#endif
-
 #include <bits/byteswap-common.h>