Define __NO_LEADING_UNDERSCORES__, since this sh-elf toolchain doesn't
use them.
This commit is contained in:
parent
3faa83dcb4
commit
037cacf7e2
|
@ -76,7 +76,8 @@ Boston, MA 02111-1307, USA. */
|
|||
|
||||
/* Let code know that this is ELF. */
|
||||
#define CPP_PREDEFINES \
|
||||
"-D__sh__ -D__NetBSD__ -D__ELF__ -D__KPRINTF_ATTRIBUTE__ \
|
||||
"-D__sh__ -D__NetBSD__ -D__ELF__ -D__NO_LEADING_UNDERSCORES__ \
|
||||
-D__KPRINTF_ATTRIBUTE__ \
|
||||
-Asystem(unix) -Asystem(NetBSD) -Acpu(sh) -Amachine(sh)"
|
||||
|
||||
/* Pass -ml and -mrelax to the assembler and linker. */
|
||||
|
|
Loading…
Reference in New Issue