From 7af147eceae1540e307a34e8a522ac67700384fd Mon Sep 17 00:00:00 2001 From: ade Date: Thu, 21 Sep 2000 14:18:22 +0000 Subject: Forgot to add --enable-sim to CONFIGURE_ARGS. This target wants to build the simulator and needs that option PR: 21434 Submitted by: maintainer --- devel/sparc-rtems-gdb/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel') diff --git a/devel/sparc-rtems-gdb/Makefile b/devel/sparc-rtems-gdb/Makefile index 3381e16621ca..da2f38d8681a 100644 --- a/devel/sparc-rtems-gdb/Makefile +++ b/devel/sparc-rtems-gdb/Makefile @@ -10,4 +10,5 @@ PORTNAME= gdb MAINTAINER= jim@thehousleys.net LCLTARGET= sparc-rtems +CONFIGURE_ARGS+= --verbose --enable-sim .include "${.CURDIR}/../i386-rtems-gdb/Makefile" -- cgit