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 /libc/sysdeps/linux/ia64/bits | |
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 'libc/sysdeps/linux/ia64/bits')
-rw-r--r-- | libc/sysdeps/linux/ia64/bits/byteswap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/ia64/bits/byteswap.h b/libc/sysdeps/linux/ia64/bits/byteswap.h index 3226669bb..0e352fcad 100644 --- a/libc/sysdeps/linux/ia64/bits/byteswap.h +++ b/libc/sysdeps/linux/ia64/bits/byteswap.h @@ -46,6 +46,4 @@ __v; })) #endif -#endif - #include <bits/byteswap-common.h> |