20000317 sourceware import
This commit is contained in:
23
libgloss/libnosys/acconfig.h
Normal file
23
libgloss/libnosys/acconfig.h
Normal file
@ -0,0 +1,23 @@
|
||||
/* Name of package. */
|
||||
#undef PACKAGE
|
||||
|
||||
/* Version of package. */
|
||||
#undef VERSION
|
||||
|
||||
/* Missing syscall names */
|
||||
#undef MISSING_SYSCALL_NAMES
|
||||
|
||||
/* 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
|
||||
|
||||
/* symbol prefix */
|
||||
#undef __SYMBOL_PREFIX
|
Reference in New Issue
Block a user