summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-01-05 05:37:36 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-01-05 05:37:36 +0000
commit3bba7571bb16477471b522e75d711c02b5728157 (patch)
tree80214a6bd3bc67bdd73ffd4ea54f895ca105c9b2 /devel
parentremove -m486 option for alpha (diff)
remove -m486 option for alpha.
Notes
Notes: svn path=/head/; revision=15846
Diffstat (limited to 'devel')
-rw-r--r--devel/xxgdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xxgdb/Makefile b/devel/xxgdb/Makefile
index b52996ca0f64..0601110f2924 100644
--- a/devel/xxgdb/Makefile
+++ b/devel/xxgdb/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 May 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.5 1996/11/18 09:52:36 asami Exp $
+# $Id: Makefile,v 1.6 1997/12/25 22:29:15 asami Exp $
#
DISTNAME= xxgdb-1.12
@@ -20,7 +20,7 @@ USE_IMAKE= yes
# we have the cookie anyway and it's much easier this way
# than modifying the Imakefile.
post-build:
- cd ${WRKSRC}; gcc -o xxgdbiowin -m486 -O2 xxgdbiowin.c
+ cd ${WRKSRC}; gcc -o xxgdbiowin -O2 xxgdbiowin.c
post-install:
install -c -s ${WRKSRC}/xxgdbiowin ${PREFIX}/bin