mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Adjust for the movement of `as' headers.
This commit is contained in:
parent
b3119f80e8
commit
7e605691b0
1 changed files with 2 additions and 4 deletions
|
|
@ -6,11 +6,9 @@
|
|||
|
||||
PROG= gasp
|
||||
SRCS+= gasp.c macro.c sb.c hash.c
|
||||
CFLAGS+= -I${SRCDIR}
|
||||
CFLAGS+= -I${SRCDIR}/gas
|
||||
CFLAGS+= -I${SRCDIR}/gas/config
|
||||
CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd
|
||||
CFLAGS+= -DBFD_ASSEMBLER
|
||||
CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config
|
||||
CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd -I${.CURDIR}/../as
|
||||
DPADD= ${RELTOP}/libiberty/libiberty.a
|
||||
LDADD= ${DPADD}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue