root/lib/csu/riscv/crt.h

#ifndef _CRT_H_
#define _CRT_H_

#define HAVE_CTORS
#define INIT_CALL_SEQ(func)     "call " __STRING(func)

#endif