mirror of
https://github.com/encounter/newlib.git
synced 2026-03-30 11:31:09 -07:00
30 lines
551 B
C
30 lines
551 B
C
/* Name of package. */
|
|
#undef PACKAGE
|
|
|
|
/* Version of package. */
|
|
#undef VERSION
|
|
|
|
/* Missing syscall names */
|
|
#undef MISSING_SYSCALL_NAMES
|
|
|
|
/* Reentrant syscalls */
|
|
#undef REENTRANT_SYSCALLS_PROVIDED
|
|
|
|
/* Using ELF format */
|
|
#undef HAVE_ELF
|
|
|
|
/* Using GNU LD */
|
|
#undef HAVE_GNU_LD
|
|
|
|
/* .previous directive allowed */
|
|
#undef HAVE_ASM_PREVIOUS_DIRECTIVE
|
|
|
|
/* .pushsection/.popsection directives allowed */
|
|
#undef HAVE_ASM_POPSECTION_DIRECTIVE
|
|
|
|
/* support for section attributes */
|
|
#undef HAVE_SECTION_ATTRIBUTES
|
|
|
|
/* symbol prefix */
|
|
#undef __SYMBOL_PREFIX
|