mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Add missing quote after cut/paste error in last commit. :-(
This commit is contained in:
parent
3a8c99f73f
commit
fc369c7cd9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116891
@ -144,7 +144,7 @@ tconfig.h:
|
||||
echo 'typedef union tree_node *tree;' >> ${.TARGET}
|
||||
echo '' >> ${.TARGET}
|
||||
.if ${TARGET_ARCH} == "amd64"
|
||||
echo '#include "i386/biarch64.h" >> ${.TARGET}
|
||||
echo '#include "i386/biarch64.h"' >> ${.TARGET}
|
||||
.endif
|
||||
.if ${TARGET_ARCH} == "ia64"
|
||||
echo '#define TARGET_CPU_DEFAULT (MASK_GNU_AS|MASK_GNU_LD)' >>${.TARGET}
|
||||
|
Loading…
Reference in New Issue
Block a user