Last change
on this file since 546 was
444,
checked in by satin@…, 6 years ago
|
add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc
|
File size:
490 bytes
|
Line | |
---|
1 | /* Name of package. */ |
---|
2 | #undef PACKAGE |
---|
3 | |
---|
4 | /* Version of package. */ |
---|
5 | #undef VERSION |
---|
6 | |
---|
7 | /* Missing syscall names */ |
---|
8 | #undef MISSING_SYSCALL_NAMES |
---|
9 | |
---|
10 | /* Using ELF format */ |
---|
11 | #undef HAVE_ELF |
---|
12 | |
---|
13 | /* Using GNU LD */ |
---|
14 | #undef HAVE_GNU_LD |
---|
15 | |
---|
16 | /* .previous directive allowed */ |
---|
17 | #undef HAVE_ASM_PREVIOUS_DIRECTIVE |
---|
18 | |
---|
19 | /* .pushsection/.popsection directives allowed */ |
---|
20 | #undef HAVE_ASM_POPSECTION_DIRECTIVE |
---|
21 | |
---|
22 | /* support for section attributes */ |
---|
23 | #undef HAVE_SECTION_ATTRIBUTES |
---|
24 | |
---|
25 | /* symbol prefix */ |
---|
26 | #undef __SYMBOL_PREFIX |
---|
Note: See
TracBrowser
for help on using the repository browser.