bsd.own.mk needs to be included before Makefil.inc so MK_ARM_EABI is defined
This commit is contained in:
parent
6cd3574c06
commit
4503502994
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
NO_MAN=
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.include "../Makefile.inc"
|
||||
.include "../Makefile.fe"
|
||||
|
||||
@ -7,13 +10,10 @@
|
||||
|
||||
PROG= g++
|
||||
SRCS+= g++spec.c
|
||||
NO_MAN=
|
||||
|
||||
DPADD= ${LIBCPP} ${LIBIBERTY}
|
||||
LDADD= ${LIBCPP} ${LIBIBERTY}
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if ${MK_CLANG_IS_CC} == "no"
|
||||
LINKS= ${BINDIR}/g++ ${BINDIR}/c++
|
||||
LINKS+= ${BINDIR}/g++ ${BINDIR}/CC
|
||||
|
Loading…
x
Reference in New Issue
Block a user