bsd.own.mk needs to be included before Makefil.inc so MK_ARM_EABI is defined

This commit is contained in:
Andrew Turner 2013-01-25 06:18:49 +00:00
parent 6cd3574c06
commit 4503502994

View File

@ -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