Be more specific that these are part of x86 world.

This commit is contained in:
Alexey Dokuchaev 2010-07-16 16:43:53 +00:00
parent 8704ece7c5
commit 4c32c24288
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257860
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ CATEGORIES= devel
MASTER_SITES= http://asm.sourceforge.net/asmutils/
MAINTAINER= danfe@FreeBSD.org
COMMENT= A set of UNIX utilities written in assembly language
COMMENT= A set of UNIX utilities written in x86 assembly language
ONLY_FOR_ARCHS= i386

View file

@ -1,5 +1,5 @@
asmutils is a set of miscellaneous utilities written in assembly language,
targeted on embedded systems and small distributions (like rescue or
targeted for x86 embedded systems and small distributions (like rescue or
installation disks); also it contains small libc and crypto library. It
features the smallest possible size and memory requirements, the fastest
speed and good functionality.