mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
Add new upstream file, and update TARGET definition.
This commit is contained in:
parent
8114428ba2
commit
bebf802419
1 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ SRCS+= arlex.l \
|
|||
bucomm.c \
|
||||
budemang.c \
|
||||
debug.c \
|
||||
dwarf.c \
|
||||
emul_vanilla.c \
|
||||
filemode.c \
|
||||
ieee.c \
|
||||
|
|
@ -23,7 +24,7 @@ SRCS+= arlex.l \
|
|||
version.c \
|
||||
wrstabs.c
|
||||
WARNS?= 0
|
||||
CFLAGS+= -DTARGET=\"${BINUTILS_ARCH}-obrien-freebsd\"
|
||||
CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\"
|
||||
CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\"
|
||||
CFLAGS+= -D_GNU_SOURCE
|
||||
CFLAGS+= -I${SRCDIR}/binutils
|
||||
|
|
|
|||
Loading…
Reference in a new issue