From e5662feb044ea940f4ec697434c1a9bd96c02ad3 Mon Sep 17 00:00:00 2001 From: lordrasmus Date: Tue, 30 May 2023 11:59:15 +0200 Subject: c6x compile fix vdso support --- ldso/include/dl-defs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ldso') 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 #endif +#ifdef __TARGET_c6x__ +#include +#endif #endif /* Provide a means for a port to pass additional arguments to the _dl_start -- cgit v1.2.3