Forgot to add --enable-sim to CONFIGURE_ARGS. This target

wants to build the simulator and needs that option

PR:		21434
Submitted by:	maintainer
This commit is contained in:
Ade Lovett 2000-09-21 14:18:22 +00:00
parent 25d71de54f
commit aafae9e00c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32928

View file

@ -10,4 +10,5 @@ PORTNAME= gdb
MAINTAINER= jim@thehousleys.net
LCLTARGET= sparc-rtems
CONFIGURE_ARGS+= --verbose --enable-sim
.include "${.CURDIR}/../i386-rtems-gdb/Makefile"