diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2006-07-17 10:25:04 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2006-07-17 10:25:04 +0000 |
commit | 184dd614d877aeb0d594909d29dc90d8d04138b3 (patch) | |
tree | 6f1ac2c3646499ba9e349fb3081f8924d74337ba /emulators/spim/Makefile | |
parent | 6d1f03407f26c4f8c12edd31812871208e33887d (diff) |
Update this port's description; as of version 7.0 'spim' simulates
the MIPS32 architecture.
Notes
Notes:
svn path=/head/; revision=168067
Diffstat (limited to 'emulators/spim/Makefile')
-rw-r--r-- | emulators/spim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 98befb88539a..4bea5bbec688 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -12,7 +12,7 @@ CATEGORIES= emulators MASTER_SITES= http://www.cs.wisc.edu/~larus/SPIM/ MAINTAINER= jkoshy@FreeBSD.org -COMMENT= MIPS R2000 Simulator +COMMENT= MIPS32 Simulator WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |