metalsvm/libgloss/config.h
stefan a6a9617775 - add the libc "newlib" and their support into MetalSVM
- programs could be load as module by the bootloader Grub



git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@95 315a16e6-25f9-4109-90ae-ca3045a26c18
2010-08-17 09:59:29 +00:00

26 lines
542 B
C

/* Name of package. */
#define PACKAGE MetalSVMGloss
/* Version of package. */
#define VERSION 0.1
/* Missing syscall names */
#define MISSING_SYSCALL_NAMES 1
/* Using ELF format */
#define HAVE_ELF 1
/* Using GNU LD */
#define HAVE_GNU_LD 1
/* .previous directive allowed */
#define HAVE_ASM_PREVIOUS_DIRECTIVE 1
/* .pushsection/.popsection directives allowed */
#define HAVE_ASM_POPSECTION_DIRECTIVE 1
/* support for section attributes */
#define HAVE_SECTION_ATTRIBUTES 1
/* symbol prefix */
#define __SYMBOL_PREFIX ""