diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1995-12-20 01:06:22 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1995-12-20 01:06:22 +0000 |
commit | c482518380683ee38d14024c1e362a0d681cf967 (patch) | |
tree | e69b4f6d3fee3aced20a41f3fdf543fc1c77fb5d /gnu/usr.bin/gcc/README.ACORN | |
parent | 76a62188d0db49c65b696d474c855a799fd96dce (diff) |
FSF GCC version 2.7.2
Diffstat (limited to 'gnu/usr.bin/gcc/README.ACORN')
-rw-r--r-- | gnu/usr.bin/gcc/README.ACORN | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/README.ACORN b/gnu/usr.bin/gcc/README.ACORN new file mode 100644 index 00000000000..769dba74a33 --- /dev/null +++ b/gnu/usr.bin/gcc/README.ACORN @@ -0,0 +1,18 @@ +Specifying the -g flag to GCC on a RISC iX machine requires upgrading the +standard assembler distributed with both RISC iX 1.1 and RISC iX 1.2 with a +replacement that is available from Acorn. This version of the assembler is +also an order of magnitude faster when assembling to an NFS mounted +file-system. + +Users of RISC iX 1.2 and above can obtain a copy of the assembler from the +following places: + +1) Via ftp from acorn.acorn.co.uk, directory pub/riscix. + +2) From Acorn Customer Services. + +3) From Granada Microcare. + +Users of versions of RISC iX prior 1.2 should contact Acorn Customer Services; +the assembler available on the net will not work with these versions due to +changes in the shared libraries and system call numbers. |