mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
BINFORMAT -> OBJFORMAT ready for E-day. I tossed a coin to decide this
one. We'll probably need to revisit gdb after E-day.
This commit is contained in:
parent
8deb7ff0b0
commit
0e94cd8261
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.33 1998/05/01 14:44:00 bde Exp $
|
||||
# $Id: Makefile,v 1.34 1998/05/04 17:56:22 bde Exp $
|
||||
|
||||
PROG = gdb
|
||||
|
||||
|
|
@ -11,7 +11,7 @@ BFDDIR= ${.CURDIR}/../bfd
|
|||
.PATH: ${GDBDIR}/gdb
|
||||
.PATH: ${GDBDIR}/opcodes
|
||||
|
||||
.if ${BINFORMAT} == elf
|
||||
.if ${OBJFORMAT} == elf
|
||||
CFLAGS+= -DFREEBSD_ELF
|
||||
.endif
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.33 1998/05/01 14:44:00 bde Exp $
|
||||
# $Id: Makefile,v 1.34 1998/05/04 17:56:22 bde Exp $
|
||||
|
||||
PROG = gdb
|
||||
|
||||
|
|
@ -11,7 +11,7 @@ BFDDIR= ${.CURDIR}/../bfd
|
|||
.PATH: ${GDBDIR}/gdb
|
||||
.PATH: ${GDBDIR}/opcodes
|
||||
|
||||
.if ${BINFORMAT} == elf
|
||||
.if ${OBJFORMAT} == elf
|
||||
CFLAGS+= -DFREEBSD_ELF
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue