subr_hints.c: For RTEMS use static_hints

The user MUST provide a static_hints character array. For now,
this must be manually constructed. In the future, we may want to
consider loading it from a file.
This commit is contained in:
Joel Sherrill 2012-07-09 14:33:02 -05:00
parent 4f8495ef66
commit 7a1309a304

View File

@ -43,8 +43,7 @@ static int checkmethod = 1;
static int use_kenv;
static char *hintp;
#ifdef __rtems__
char static_hints[] = {};
int hintmode = 2;
int hintmode = 1; /* always use static_hints */
#endif /* __rtems__ */
/*