diff options
author | B. Watson <yalhcru@gmail.com> | 2017-09-26 20:09:57 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-09-30 07:19:24 +0700 |
commit | 6ec3c10b9fa6f58ca46858cd66b016b1e9eecac1 (patch) | |
tree | c6e5c9042afd3b159116aa5a3cd5aa25ec90f394 /development/asl/README | |
parent | fa097fb42b01a9f343f4d9a01615816b5994a897 (diff) |
development/asl: Updated for version 142_bld119, new maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development/asl/README')
-rw-r--r-- | development/asl/README | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/development/asl/README b/development/asl/README index 191fe6e87452..b44b3c43f321 100644 --- a/development/asl/README +++ b/development/asl/README @@ -1,6 +1,25 @@ +asl (portable macro cross assembler) + ASL is a portable macro cross assembler for a variety of microprocessors -and microcontrollers. Though it is mainly targeted at embedded -processors and single-board computers, you also find CPU families in the -target list that are used in workstations and PCs. +and microcontrollers. Though it is mainly targeted at embedded processors +and single-board computers, there are also CPU families in the target +list that are used in workstations and PCs. For a full list of targets, +see: http://john.ccac.rwth-aachen.de:8000/as/as_EN.html#sect_1_2_ + +Note: The source downloaded is a snapshot. There hasn't been an ASL +release since 1999, although development snapshots are still released +every month or so. + +Build options: + +UTF8=yes - Set this in the environment if you want ASL to use UTF-8 for +its log and error messages. By default, ISO-8859-1 is used. + +TESTS=no - Don't run ASL's test suite. This should only be used on slow +systems to save building time. -Note: The source downloaded is a snapshot from 20090810. +DOCTYPES - ASL's documentation can be installed as HTML, PDF, PostScript, +and/or plain text. DOCTYPES is a space-separated list of formats, which +may include any of: html pdf ps txt. The default is "html". If you plan +to print a copy of the docs, you might want e.g. DOCTYPES="html pdf". +All formats are installed to /usr/doc/asl-$VERSION/, as usual. |