1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

remove -m486 option for alpha.

This commit is contained in:
Hidetoshi Shimokawa 1999-01-05 05:37:36 +00:00
parent 787ceb9426
commit 3bba7571bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15846

View File

@ -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