diff options
author | stas <stas@FreeBSD.org> | 2007-06-26 04:32:32 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-06-26 04:32:32 +0800 |
commit | f3027415f5c1d86e0c64cbf7079078b0bdaf242b (patch) | |
tree | 69248cefc8f6248fc2bf628d328928b8fc740111 /devel | |
parent | 3a65dd366d3c62f39c2d975f0f3f115bf2833a35 (diff) | |
download | freebsd-ports-graphics-f3027415f5c1d86e0c64cbf7079078b0bdaf242b.tar.gz freebsd-ports-graphics-f3027415f5c1d86e0c64cbf7079078b0bdaf242b.tar.zst freebsd-ports-graphics-f3027415f5c1d86e0c64cbf7079078b0bdaf242b.zip |
- Fix a typo.
PR: ports/113992
Submitted by: Conrad J. Sabatier <conrads@cox.net>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cross-binutils/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cross-binutils/pkg-descr b/devel/cross-binutils/pkg-descr index a926173b322..752e69c13a9 100644 --- a/devel/cross-binutils/pkg-descr +++ b/devel/cross-binutils/pkg-descr @@ -1,6 +1,6 @@ GNU binutils for cross-target application development. -Prerequisite for the GCC cross-compiling enviropment. +Prerequisite for the GCC cross-compiling environment. Use TGTARCH switch to select target architecture, and TGTABI to select ABI. E.g. the following command will build binutils for rtems on sparc: |