diff options
author | lordrasmus <lordrasmus@gmail.com> | 2023-05-30 11:59:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-14 10:18:17 +0200 |
commit | e5662feb044ea940f4ec697434c1a9bd96c02ad3 (patch) | |
tree | dd0ee769d76ab972847e7f5ca3408b6525277f24 /ldso/include | |
parent | 0a232450b11046045688cfcece9e40c68d73a10d (diff) |
c6x compile fix vdso support
Diffstat (limited to 'ldso/include')
-rw-r--r-- | ldso/include/dl-defs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ldso/include/dl-defs.h b/ldso/include/dl-defs.h index f27112a11..daa6685cb 100644 --- a/ldso/include/dl-defs.h +++ b/ldso/include/dl-defs.h @@ -76,6 +76,9 @@ typedef struct { /* arch specific defines */ #include <dl-sysdep.h> #endif +#ifdef __TARGET_c6x__ +#include <dl-sysdep.h> +#endif #endif /* Provide a means for a port to pass additional arguments to the _dl_start |