Changeset 562:b8f202cf1188

Show
Ignore:
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:
1 moved

Legend:

Unmodified
Added
Removed
  • scripts/build_arm_toolchain.sh

    r503 r562  
    11#!/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. 
    212 
    313ROOT=`pwd`