aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-09-21 22:18:22 +0800
committerade <ade@FreeBSD.org>2000-09-21 22:18:22 +0800
commit7af147eceae1540e307a34e8a522ac67700384fd (patch)
treea4fadd19a3a5b56c2fe175d9ac41c2040a9b5371 /devel
parente406cb89e646473e0a5cfe20bf30d4f0f7a22263 (diff)
downloadfreebsd-ports-gnome-7af147eceae1540e307a34e8a522ac67700384fd.tar.gz
freebsd-ports-gnome-7af147eceae1540e307a34e8a522ac67700384fd.tar.zst
freebsd-ports-gnome-7af147eceae1540e307a34e8a522ac67700384fd.zip
Forgot to add --enable-sim to CONFIGURE_ARGS. This target
wants to build the simulator and needs that option PR: 21434 Submitted by: maintainer
Diffstat (limited to 'devel')
-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"