Changeset 562:b8f202cf1188
- Timestamp:
- 06/01/08 20:58:30 (7 months ago)
- Author:
- David Anderson <dave@…>
- Branch:
- default
- Message:
-
Move the ARM toolchain builder script to the top-level scripts directory.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r503
|
r562
|
|
| 1 | 1 | #!/bin/sh |
| | 2 | # |
| | 3 | # Copyright (c) 2008 the NxOS developers |
| | 4 | # |
| | 5 | # See AUTHORS for a full list of the developers. |
| | 6 | # |
| | 7 | # Redistribution of this file is permitted under |
| | 8 | # the terms of the GNU Public License (GPL) version 2. |
| | 9 | # |
| | 10 | # Build an ARM cross-compiler toolchain (including binutils, gcc and |
| | 11 | # newlib) on autopilot. |
| 2 | 12 | |
| 3 | 13 | ROOT=`pwd` |