summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-09-21 14:18:22 +0000
committerAde Lovett <ade@FreeBSD.org>2000-09-21 14:18:22 +0000
commitaafae9e00c47e9d99857f3d07a12f5069f2ae891 (patch)
tree49a9cc40a908d8ab4eed2dd94d02327e1cde0040
parentAdd vpopmail, a virtual host and virtual user manager for qmail, at (diff)
Forgot to add --enable-sim to CONFIGURE_ARGS. This target
wants to build the simulator and needs that option PR: 21434 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=32928
-rw-r--r--devel/sparc-rtems-gdb/Makefile1
1 files changed, 1 insertions, 0 deletions
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"