correct cpp spec for elf.
This commit is contained in:
parent
349701a92b
commit
cd9cbd137a
8
gnu/dist/gcc/config/sparc/netbsdelf.h
vendored
8
gnu/dist/gcc/config/sparc/netbsdelf.h
vendored
@ -5,9 +5,6 @@
|
||||
|
||||
/* ok, clean up after <sparc/elf.h> */
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
#define CPP_PREDEFINES "-D__sparc__ -D__NetBSD__ -D__ELF__ -D__KPRINTF_ATTRIBUTE__"
|
||||
|
||||
/* clean up after <sparc/elf.h> */
|
||||
#undef CPP_SUBTARGET_SPEC
|
||||
#define CPP_SUBTARGET_SPEC ""
|
||||
@ -15,6 +12,11 @@
|
||||
#define NETBSD_ELF
|
||||
#include <netbsd.h>
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
#define CPP_PREDEFINES "\
|
||||
-D__sparc__ -D__sparc -D__NetBSD__ -D__ELF__ -D__KPRINTF_ATTRIBUTE__ \
|
||||
-Asystem(unix) -Asystem(NetBSD) -Acpu(sparc) -Amachine(sparc)"
|
||||
|
||||
#undef SIZE_TYPE
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user