mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Install gdb in /usr/lib/aout or /usr/lib/elf depending on format.
This commit is contained in:
parent
17ee2b2055
commit
54751142df
1 changed files with 7 additions and 1 deletions
|
|
@ -1,7 +1,13 @@
|
|||
# $Id$
|
||||
# $Id: Makefile.inc,v 1.4 1998/05/01 14:37:36 bde Exp $
|
||||
|
||||
CFLAGS+=-I${GDBDIR}/include -I${GDBDIR}/gdb -I${GDBDIR}/bfd
|
||||
CFLAGS+=-I${GDBDIR}/libiberty -I${GDBDIR}/gdb/config
|
||||
CFLAGS+=-DHAVE_CONFIG_H
|
||||
|
||||
.if ${OBJFORMAT} == elf
|
||||
BINDIR?= /usr/libexec/elf
|
||||
.else
|
||||
BINDIR?= /usr/libexec/aout
|
||||
.endif
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue