aboutsummaryrefslogtreecommitdiff
path: root/devel/cross-gdb
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-08-21 06:18:49 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-08-21 06:18:49 +0000
commit741aa714833b9bb1e9afaaf5124d3f5c60b5e49c (patch)
treee9b79b363f2fc4a63535a25c71491fa49a79b556 /devel/cross-gdb
parente6b2e4b3537ce43e377d2f4fe0ac46b6ab8c4395 (diff)
downloadports-741aa714833b9bb1e9afaaf5124d3f5c60b5e49c.tar.gz
ports-741aa714833b9bb1e9afaaf5124d3f5c60b5e49c.zip
Notes
Diffstat (limited to 'devel/cross-gdb')
-rw-r--r--devel/cross-gdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cross-gdb/Makefile b/devel/cross-gdb/Makefile
index 2891be9589da..74a21e81a7af 100644
--- a/devel/cross-gdb/Makefile
+++ b/devel/cross-gdb/Makefile
@@ -35,9 +35,9 @@ ALL_TARGET= all info
DEPENDS_ARGS= TGTARCH="${TGTARCH}" TGTABI="${TGTABI}"
-CONFIGURE_TARGET= --target=${OURTARGET}
CONFIGURE_ARGS+= --disable-nls \
- --exec-prefix=${EPRFX}/
+ --exec-prefix=${EPRFX}/ \
+ --target=${OURTARGET}
OURTARGET= ${TGTARCH}-${TGTABI}