mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The IA-64 config needs to know that we are using GNU ld & as.
Submitted by: peter
This commit is contained in:
parent
20764f1db8
commit
23735e10dd
1 changed files with 3 additions and 0 deletions
|
|
@ -142,6 +142,9 @@ tconfig.h:
|
|||
echo 'union tree_node;' >> ${.TARGET}
|
||||
echo 'typedef union tree_node *tree;' >> ${.TARGET}
|
||||
echo '' >> ${.TARGET}
|
||||
.if ${TARGET_ARCH} == "ia64"
|
||||
echo '#define TARGET_CPU_DEFAULT (MASK_GNU_AS|MASK_GNU_LD)' >>${.TARGET}
|
||||
.endif
|
||||
echo '#include "ansidecl.h"' >> ${.TARGET}
|
||||
echo '#include "${GCC_CPU}/${GCC_CPU}.h"' >> ${.TARGET}
|
||||
.if ${TARGET_ARCH} == "i386"
|
||||
|
|
|
|||
Loading…
Reference in a new issue