summaryrefslogblamecommitdiffstats
path: root/bit_bfd
blob: a6568f6e7cafd65b25e805b2addfe0ab4cfc0280 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                               
#!/bin/sh

#
# $Id$
#

#
# Where to find the binutils source
#
BINUTILS_SRC_DIR=~/src/RTEMS/bt/binutils-2.13.1
set -ex

rm -rf build
mkdir build
cd build
make -w BINUTILS_SRC_DIR="$BINUTILS_SRC_DIR" -f ../RTEMS_Makefiles/Makefile.bfd
cd ..
rm -rf build