Upgrade the cpp pre-defines to include -Dunix. Turns out we need that
to compile m4. And don't just define __FreeBSD__, but define it as -D__FreeBSD__=3 like on i386.
This commit is contained in:
parent
a2218e0242
commit
0ce0de21a6
@ -32,7 +32,7 @@
|
||||
((len > 1 && !strncmp (str, "gsdb", len)) ? SDB_DEBUG : DBX_DEBUG)
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
#define CPP_PREDEFINES "-D__alpha -D__alpha__ -D__FreeBSD__ -D__ELF__"
|
||||
#define CPP_PREDEFINES "-Dunix -D__alpha -D__alpha__ -D__ELF__ -D__FreeBSD__=3 -Asystem(unix) -Asystem(FreeBSD) -Acpu(alpha) -Amachine(alpha)"
|
||||
|
||||
#undef LINK_SPEC
|
||||
#define LINK_SPEC "-m elf64alpha \
|
||||
|
Loading…
Reference in New Issue
Block a user